1 write to PredictedLabelColumnName
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
516
PredictedLabelColumnName
= predictedLabelColumn,
4 references to PredictedLabelColumnName
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
535
Host.CheckNonEmpty(options.
PredictedLabelColumnName
, nameof(options.
PredictedLabelColumnName
));
644
new SchemaShape.Column(_options.
PredictedLabelColumnName
, SchemaShape.Column.VectorKind.Scalar,
652
FeatureColumn.Name, LabelColumn.Name, _options.ScoreColumnName, _options.
PredictedLabelColumnName
);