MiningModel.TrainingSetSize Property
Gets the size of the training set used in training the mining model.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property TrainingSetSize As Long
Get
'Usage
Dim instance As MiningModel
Dim value As Long
value = instance.TrainingSetSize
public long TrainingSetSize { get; }
public:
property long long TrainingSetSize {
long long get ();
}
member TrainingSetSize : int64
function get TrainingSetSize () : long
Property Value
Type: Int64
The size of the training set.