Свойство HoldoutMaxCases
Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property HoldoutMaxCases As Long
Get
'Применение
Dim instance As MiningStructure
Dim value As Long
value = instance.HoldoutMaxCases
public long HoldoutMaxCases { get; }
public:
property long long HoldoutMaxCases {
long long get ();
}
member HoldoutMaxCases : int64
function get HoldoutMaxCases () : long
Значение свойства
Тип: System. . :: . .Int64
An integer that indicates the maximum number of cases allowed in the training data set. A value of 0 indicates no limit.
Замечания
If values are set for both HoldoutMaxCases and HoldoutMaxPercent, the lower limit is used. If no value is set for HoldoutMaxPercent and the value for HoldoutMaxCases is 0, all the data is used for testing and none for training.
Примечание |
---|
To enable holdout properties, the CacheMode property of the mining structure must be set to the default value, KeepTrainingCases. |