3 references to PredictedLabel
Microsoft.ML.Tests (3)
Scenarios\Api\Estimators\DecomposableTrainAndPredict.cs (1)
47
Assert.True(prediction.
PredictedLabel
== input.Label);
Scenarios\Api\Estimators\Extensibility.cs (1)
56
Assert.True(prediction.
PredictedLabel
== input.Label);
Scenarios\Api\Estimators\PredictAndMetadata.cs (1)
61
engine.OutputSchema[nameof(IrisPrediction.
PredictedLabel
)].GetKeyValues(ref keys);