Элементы MiningContentNode

Represents the learned content of a MiningModel in a hierarchical node format.

Тип MiningContentNode предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningContentNode.
Открытый метод Dispose Releases all resources used by the MiningContentNode.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Ancestors Gets a collection of all ancestor MiningContentNode objects.
Открытое свойство Attribute Gets a MiningAttribute object that applies to the MiningContentNode.
Открытое свойство Caption Gets the caption of the MiningContentNode in the current locale.
Открытое свойство Children Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Открытое свойство Descendants Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Открытое свойство Description Gets the description of the MiningContentNode in the current locale.
Открытое свойство Distribution Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Открытое свойство MarginalProbability Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Открытое свойство MarginalRule Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Открытое свойство Name Gets the name of the MiningContentNode.
Открытое свойство NodeRule Gets the rule associated with this node.
Открытое свойство ParentMiningModel Gets the MiningModel of the MiningContentNode.
Открытое свойство ParentNode Gets the immediate parent of the MiningContentNode.
Открытое свойство ParentUniqueName Gets the unique name identifying the parent of the MiningContentNode.
Открытое свойство Probability Gets the probability of reaching the MiningContentNode.
Открытое свойство Properties Gets a PropertyCollection containing the properties of the MiningContentNode.
Открытое свойство Score Gets the score of the node.
Открытое свойство ShortCaption Gets a shortened caption for the MiningContentNode.
Открытое свойство Siblings Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.
Открытое свойство Support Gets the number of cases that support the MiningContentNode.
Открытое свойство Type Gets the type of the MiningContentNode.
Открытое свойство UniqueName Gets the unique name of the MiningContentNode.

В начало