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 | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AttributeID | Returns the identifier of the attribute. |
![]() |
FeatureSelection | Indicates the feature selection status of the mining attribute. |
![]() |
IsInput | Determines if this attribute is an input attribute. |
![]() |
IsPredictable | Determines if this attribute is predictable. |
![]() |
KeyColumn | Gets the key column for the attribute. |
![]() |
Name | Gets the fully-qualified name of the attribute. |
![]() |
ShortName | Gets a shortened name of the attribute. |
![]() |
ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. |
Top