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