MiningModel 멤버

Represents a mining model of an AdomdConnection.

MiningModel 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals Determines whether two instances of MiningModel are equal. (Object. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 FindAttribute Gets the MiningAttribute specified by an attribute ID.
공용 메서드 GetAttributes Gets a collection of attributes based on their feature selection status.
공용 메서드 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Object. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString Gets the name of the mining model. (Object. . :: . .ToString() () () ()을(를) 재정의합니다.)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Determines whether two instances of MiningModel are equal.
공용 연산자정적 멤버 Inequality Determines whether two instances of MiningModel are unequal.

맨 위로 이동

속성

  이름 설명
공용 속성 Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
공용 속성 AllowDrillThrough Indicates whether the mining model allows drillthrough.
공용 속성 Attributes Gets the mining attributes associated with this mining model.
공용 속성 Columns Gets a collection of MiningModelColumn objects for the model.
공용 속성 Content Gets a collection of top-level MiningContentNode objects for the model.
공용 속성 Created Gets the date and time the mining model was created.
공용 속성 Description Gets the user-defined description of the mining model.
공용 속성 Filter Returns the filter expression that is associated with the model.
공용 속성 IsProcessed Indicates if the mining model has been processed.
공용 속성 LastProcessed Gets the date and time that the mining model was last processed.
공용 속성 LastUpdated Gets the date and time that the mining model was last updated.
공용 속성 Name Gets the name of the mining model.
공용 속성 Parameters Gets a collection of MiningParameter objects that apply to the mining model.
공용 속성 Parent Gets the MiningStructure to which this mining model belongs.
공용 속성 ParentConnection Gets the AdomdConnection to which this mining model belongs.
공용 속성 Properties Gets a collection of Property objects that apply to the mining model.
공용 속성 TrainingSetSize Returns the size, as a count of cases, of the data set that was used for training when the model was created.

맨 위로 이동