Поделиться через


Элементы MiningContentNode

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

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

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of MiningContentNode are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Gets the name of the MiningContentNode. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two instances of MiningContentNode are equal.
Открытый операторСтатический элемент Inequality Determines whether two instances of MiningContentNode are unequal.

В начало

Свойства

  Имя Описание
Открытое свойство 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 node of the MiningContentNode.
Открытое свойство ParentUniqueName Gets the unique name identifying the parent node 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.

В начало