다음을 통해 공유


MiningStructure.HoldoutSeed 속성

Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property HoldoutSeed As Long 
    Get
‘사용 방법
Dim instance As MiningStructure 
Dim value As Long 

value = instance.HoldoutSeed
public long HoldoutSeed { get; }
public:
property long long HoldoutSeed {
    long long get ();
}
member HoldoutSeed : int64
function get HoldoutSeed () : long

속성 값

유형: System.Int64
The holdout seed. If 0, a hash of the ID of the MiningStructure is used as the seed.

주의

Holdout properties are disabled unless the CacheMode property of the mining structure is set to KeepTrainingCases.

참고 항목

참조

MiningStructure 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스