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 命名空间