Freigeben über


MiningStructure.HoldoutSeed-Eigenschaft

Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property HoldoutSeed As Long 
    Get
'Usage
Dim instance As MiningStructure 
Dim value As Long 

value = instance.HoldoutSeed
public long HoldoutSeed { get; }
public:
property long long HoldoutSeed {
    long long get ();
}
member HoldoutSeed : int64
function get HoldoutSeed () : long

Eigenschaftswert

Typ: System.Int64
The holdout seed. If 0, a hash of the ID of the MiningStructure is used as the seed.

Hinweise

Holdout properties are disabled unless the CacheMode property of the mining structure is set to KeepTrainingCases.

Siehe auch

Verweis

MiningStructure Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace