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