3 writes to PredictedLabelColumnName
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
20
PredictedLabelColumnName
= param.PredictedLabelColumnName,
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
145
PredictedLabelColumnName
= predictedLabelColumnName,
676
PredictedLabelColumnName
= ctx.LoadString(),
8 references to PredictedLabelColumnName
Microsoft.ML.TorchSharp (8)
AutoFormerV2\ObjectDetectionTrainer.cs (8)
129
Contracts.AssertValue(options.
PredictedLabelColumnName
);
464
outColumns[Option.
PredictedLabelColumnName
] = new SchemaShape.Column(Option.
PredictedLabelColumnName
, SchemaShape.Column.VectorKind.VariableVector,
528
PredictedLabelColumnName = new SchemaShape.Column(Options.
PredictedLabelColumnName
, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.UInt32, false);
562
outColumns[Options.
PredictedLabelColumnName
] = new SchemaShape.Column(Options.
PredictedLabelColumnName
, SchemaShape.Column.VectorKind.VariableVector,
614
ctx.SaveNonEmptyString(Options.
PredictedLabelColumnName
);
767
info[0] = new DataViewSchema.DetachedColumn(_parent.Options.
PredictedLabelColumnName
, new VectorDataViewType(new KeyDataViewType(typeof(uint), _parent.Options.NumberOfClasses)), labelBuilder.ToAnnotations());