Compartilhar via


Propriedade do RDL MiningModel.TrainingSetSize

Gets the size, as a count of cases, of the data set that was used for training when the model was created.

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

Sintaxe

'Declaração
Public ReadOnly Property TrainingSetSize As Long 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int64
The number of cases.

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdClient