StochasticTrainerBase<TTransformer,TModel> Constructeur
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 StochasticTrainerBase (Microsoft.ML.Runtime.IHost host, Microsoft.ML.SchemaShape.Column feature, Microsoft.ML.SchemaShape.Column label, Microsoft.ML.SchemaShape.Column weight = default);
new Microsoft.ML.Trainers.StochasticTrainerBase<'ransformer, 'Model (requires 'ransformer :> Microsoft.ML.ISingleFeaturePredictionTransformer<'Model> and 'Model : null)> : Microsoft.ML.Runtime.IHost * Microsoft.ML.SchemaShape.Column * Microsoft.ML.SchemaShape.Column * Microsoft.ML.SchemaShape.Column -> Microsoft.ML.Trainers.StochasticTrainerBase<'ransformer, 'Model (requires 'ransformer :> Microsoft.ML.ISingleFeaturePredictionTransformer<'Model> and 'Model : null)>
Public Sub New (host As IHost, feature As SchemaShape.Column, label As SchemaShape.Column, Optional weight As SchemaShape.Column = Nothing)
Paramètres
- host
- IHost
- feature
- SchemaShape.Column
- label
- SchemaShape.Column
- weight
- SchemaShape.Column