Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the seed that is used to initialize random sampling.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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
Property Value
Type: Int64
The seed that is used to initialize random sampling.