MiningStructure.HoldoutMaxPercent 속성

Gets the number of cases to include in the testing set as a percentage of the complete data set.

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

구문

‘선언
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
The maximum percentage of cases.

참고 항목

참조

MiningStructure 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스