다음을 통해 공유


MiningModel.TrainingSetSize 속성

Gets the size, as a count of cases, of the data set that was used for training when the model was created.

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

구문

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

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

속성 값

유형: System.Int64
The number of cases.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스