MiningDistribution Members

Include Protected Members
Include Inherited Members

Represents the distribution of a value in a MiningContentNode.

The MiningDistribution type exposes the following members.

Methods

  Name Description
Public method {dtor}() Releases all resources used by the MiningDistribution.
Public method Dispose() Releases all resources used by the MiningDistribution.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Attribute Gets a MiningAttribute object that applies to the MiningDistribution.
Public property Name Gets the name of the MiningDistribution.
Public property ParentMiningModel Gets the mining model of the MiningDistribution.
Public property ParentNode Gets the MiningContentNode to which this MiningDistribution applies.
Public property Probability Gets the probability of occurrence for the values represented by the MiningDistribution.
Public property Properties Gets a collection of properties for the MiningDistribution.
Public property Support Gets the number of cases that support the MiningDistribution.
Public property UniqueName
Public property Value Gets the value represented by the MiningDistribution.
Public property ValueType Gets the type of the value represented by the MiningDistribution.
Public property Variance Gets the variance of the value represented by the MiningDistribution.

Top