Represents the learned content of a MiningModel in a hierarchical node format.
The following tables list the members exposed by the MiningContentNode type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Ancestors | Gets a collection of all ancestor MiningContentNode objects. | 
| .gif) | Attribute | Gets a MiningAttribute object that applies to the MiningContentNode. | 
| .gif) | Caption | Gets the caption of the MiningContentNode in the current locale. | 
| .gif) | Children | Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode. | 
| .gif) | Descendants | Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode. | 
| .gif) | Description | Gets the description of the MiningContentNode in the current locale. | 
| .gif) | Distribution | Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode. | 
| .gif) | MarginalProbability | Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode. | 
| .gif) | MarginalRule | Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode. | 
| .gif) | Name | Gets the name of the MiningContentNode. | 
| .gif) | NodeRule | Gets the rule associated with this node. | 
| .gif) | ParentMiningModel | Gets the MiningModel of the MiningContentNode. | 
| .gif) | ParentNode | Gets the immediate parent of the MiningContentNode. | 
| .gif) | ParentUniqueName | Gets the unique name identifying the parent of the MiningContentNode. | 
| .gif) | Probability | Gets the probability of reaching the MiningContentNode. | 
| .gif) | Properties | Gets a PropertyCollection containing the properties of the MiningContentNode. | 
| .gif) | Score | Gets the score of the node. | 
| .gif) | ShortCaption | Gets a shortened caption for the MiningContentNode. | 
| .gif) | Siblings | Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode. | 
| .gif) | Support | Gets the number of cases that support the MiningContentNode. | 
| .gif) | Type | Gets the type of the MiningContentNode. | 
| .gif) | UniqueName | Gets the unique name of the MiningContentNode. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. Overridden. Determines whether two instances of MiningContentNode are equal. | 
| .gif) | GetHashCode | Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | op_Equality | Determines whether two instances of MiningContentNode are equal. | 
| .gif) .gif) | op_Inequality | Determines whether two instances of MiningContentNode are unequal. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overridden. Gets the name of the MiningContentNode. | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace