2 references to TrainingLabelValues
Microsoft.ML.Core (1)
Data\AnnotationUtils.cs (1)
451
cols.Add(new SchemaShape.Column(Kinds.
TrainingLabelValues
, SchemaShape.Column.VectorKind.Vector, metaCol.ItemType, false));
Microsoft.ML.Tests (1)
Scenarios\Api\Estimators\PredictAndMetadata.cs (1)
47
engine.OutputSchema[nameof(IrisPrediction.Score)].Annotations.GetValue(AnnotationUtils.Kinds.
TrainingLabelValues
, ref originalLabels);