MiningAttribute-Member
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Der MiningAttribute-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang