다음을 통해 공유


HoldoutMaxPercent 속성

Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.

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

구문

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

value = instance.HoldoutMaxPercent
public int HoldoutMaxPercent { get; }
public:
property int HoldoutMaxPercent {
    int get ();
}
member HoldoutMaxPercent : int
function get HoldoutMaxPercent () : int

속성 값

형식: System. . :: . .Int32
An integer that indicates the percentage of source data used for testing.

주의

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.

Note   To enable holdout properties, the CacheMode property of the mining structure must be set to the default value, KeepTrainingCases.