Propriété MiningModel.TrainingSetSize
Gets the size, as a count of cases, of the data set that was used for training when the model was created.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TrainingSetSize As Long
Get
'Utilisation
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
Valeur de propriété
Type : System.Int64
The number of cases.