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