MiningAttribute Members

Include Protected Members
Include Inherited Members

Represents a mining attribute on a MiningContentNode object and MiningDistribution object.

The MiningAttribute type exposes the following members.

Methods

  Name Description
Public method {dtor}() Releases all resources used by the MiningAttribute.
Public method Dispose() Releases all resources used by the MiningAttribute.
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 AttributeID Returns the identifier of the attribute.
Public property FeatureSelection Determines if the mining attribute is feature-selected.
Public property IsInput Determines if this attribute is an input attribute.
Public property IsPredictable Determines if this attribute is predictable.
Public property KeyColumn Gets the key column for the attribute.
Public property Name Gets the fully qualified name of the attribute.
Public property ShortName Gets a shortened name of the attribute.
Public property UniqueName Gets the unique name of the mining attribute,
Public property ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Top