Свойство 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.