Proprietà TrainingSetSize
Returns the size, as a count of cases, of the data set that was used for training when the model was created.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TrainingSetSize As Long
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int64
An integer that indicates the number of cases.
Vedere anche