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.