Compartir a través de


MiningContentNode Miembros

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

El tipo MiningContentNode expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the MiningContentNode.
Método publico Dispose Releases all resources used by the MiningContentNode.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Ancestors Gets a collection of all ancestor MiningContentNode objects.
Propiedad pública Attribute Gets a MiningAttribute object that applies to the MiningContentNode.
Propiedad pública Caption Gets the caption of the MiningContentNode in the current locale.
Propiedad pública Children Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Propiedad pública Descendants Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Propiedad pública Description Gets the description of the MiningContentNode in the current locale.
Propiedad pública Distribution Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Propiedad pública MarginalProbability Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Propiedad pública MarginalRule Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Propiedad pública Name Gets the name of the MiningContentNode.
Propiedad pública NodeRule Gets the rule associated with this node.
Propiedad pública ParentMiningModel Gets the MiningModel of the MiningContentNode.
Propiedad pública ParentNode Gets the immediate parent of the MiningContentNode.
Propiedad pública ParentUniqueName Gets the unique name identifying the parent of the MiningContentNode.
Propiedad pública Probability Gets the probability of reaching the MiningContentNode.
Propiedad pública Properties Gets a PropertyCollection containing the properties of the MiningContentNode.
Propiedad pública Score Gets the score of the node.
Propiedad pública ShortCaption Gets a shortened caption for the MiningContentNode.
Propiedad pública Siblings Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.
Propiedad pública Support Gets the number of cases that support the MiningContentNode.
Propiedad pública Type Gets the type of the MiningContentNode.
Propiedad pública UniqueName Gets the unique name of the MiningContentNode.

Principio