MiningStructure.HoldoutMaxPercent Property

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property HoldoutMaxPercent As Integer 
    Get
'Usage
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

Property Value

Type: Int32
The maximum percentage of cases.

See Also

Reference

MiningStructure Class

Microsoft.AnalysisServices.AdomdServer Namespace