StochasticTrainerBase<TTransformer,TModel> Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- host
- IHost
- feature
- SchemaShape.Column
- label
- SchemaShape.Column
- weight
- SchemaShape.Column