Aracılığıyla paylaş


TrainerEstimatorBase<TTransformer,TModel>.Fit(IDataView) Yöntem

Tanım

Bir ITransformereğiter ve döndürür.

public TTransformer Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> 'ransformer
override this.Fit : Microsoft.ML.IDataView -> 'ransformer
Public Function Fit (input As IDataView) As TTransformer

Parametreler

input
IDataView

Döndürülenler

TTransformer

Uygulamalar

Açıklamalar

Türetilmiş sınıf bu işlevi aşırı yükleyebiliyor. Örneğin, ayrı bir doğrulama kümesiyle eğitmek için ek bir veri kümesi gerekebilir.

Şunlara uygulanır