MiningStructure.HoldoutMaxPercent プロパティ

テスト セットに含めるケースの数を、データセット全体に対する比率として取得します。

名前空間:  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
ケースの最大比率です。

関連項目

参照

MiningStructure クラス

Microsoft.AnalysisServices.AdomdServer 名前空間