MiningAttribute 멤버
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
MiningAttribute 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
{dtor} | Releases all resources used by the MiningAttribute. | |
Dispose | Releases all resources used by the MiningAttribute. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AttributeID | Returns the identifier of the attribute. | |
FeatureSelection | Determines if the mining attribute is feature-selected. | |
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. | |
UniqueName | Gets the unique name of the mining attribute, | |
ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. |
맨 위로 이동