TrainerEstimatorBase<TTransformer,TModel>.WeightColumn Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The weight column that the trainer expects. Can be null
, which indicates that weight is
not used for training.
public readonly Microsoft.ML.SchemaShape.Column WeightColumn;
val mutable WeightColumn : Microsoft.ML.SchemaShape.Column
Public ReadOnly WeightColumn As SchemaShape.Column