다음을 통해 공유


MiningStructure 멤버

Represents a mining structure on the server.

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

메서드

  이름 설명
공용 메서드 Equals Determines whether two instances of MiningStructure are equal. (Object. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Object. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString Gets the name of the mining structure. (Object. . :: . .ToString() () () ()을(를) 재정의합니다.)

맨 위로 이동

연산자

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

맨 위로 이동

속성

  이름 설명
공용 속성 Caption Gets the caption of the mining structure.
공용 속성 Columns Gets the columns within the mining structure.
공용 속성 Created Gets the date and time the mining structure was created.
공용 속성 Description Gets the description of the mining structure.
공용 속성 HoldoutActualSize Returns the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
공용 속성 HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
공용 속성 HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
공용 속성 HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
공용 속성 IsProcessed Determines whether the model is populated.
공용 속성 LastProcessed Gets the date and time the mining structure was last processed.
공용 속성 LastUpdated Gets the date and time the mining structure was last updated.
공용 속성 MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
공용 속성 Name Gets the name of the mining structure.
공용 속성 ParentConnection Gets the AdomdConnection from which the mining structure was populated.
공용 속성 Properties Gets the properties of the mining structure.

맨 위로 이동