62 references to PredictedLabel
Microsoft.ML.AutoML (4)
Microsoft.ML.AutoML.Tests (5)
Microsoft.ML.Data (11)
Scorers\PredictedLabelScorerBase.cs (3)
53bool user, int scoreColIndex, DataViewType predColType, string predictedLabelColumnName = DefaultColumnNames.PredictedLabel)
94string scoreColKind, int scoreColIndex, DataViewType predColType, string predictedLabelColumnName = DefaultColumnNames.PredictedLabel)
284Func<DataViewType, bool> outputTypeMatches, Func<DataViewType, ISchemaBoundRowMapper, DataViewType> getPredColType, string predictedLabelColumnName = DefaultColumnNames.PredictedLabel)
Microsoft.ML.FastTree (3)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.LightGbm (2)
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.OnnxConverter (2)
Microsoft.ML.PCA (1)
Microsoft.ML.PerformanceTests (2)
Microsoft.ML.StandardTrainers (19)
Standard\SdcaBinary.cs (6)
1637DefaultColumnNames.PredictedLabel,
1731DefaultColumnNames.PredictedLabel,
1789DefaultColumnNames.PredictedLabel,
2305new SchemaShape.Column(DefaultColumnNames.PredictedLabel, SchemaShape.Column.VectorKind.Scalar, BooleanDataViewType.Instance, false, new SchemaShape(AnnotationUtils.GetTrainerOutputAnnotation()))
2393new SchemaShape.Column(DefaultColumnNames.PredictedLabel, SchemaShape.Column.VectorKind.Scalar, BooleanDataViewType.Instance, false, new SchemaShape(AnnotationUtils.GetTrainerOutputAnnotation()))
2448new SchemaShape.Column(DefaultColumnNames.PredictedLabel, SchemaShape.Column.VectorKind.Scalar, BooleanDataViewType.Instance, false, new SchemaShape(AnnotationUtils.GetTrainerOutputAnnotation()))
Microsoft.ML.TorchSharp (9)
Microsoft.ML.Vision (2)