EstimatorChain<TLastTransformer>.Fit(IDataView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public Microsoft.ML.Data.TransformerChain<TLastTransformer> Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.TransformerChain<'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)>
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.TransformerChain<'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)>
Public Function Fit (input As IDataView) As TransformerChain(Of TLastTransformer)
Paramètres
- input
- IDataView