Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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: System.Int64
The size of the training set.