3 references to PredictedPlant
Microsoft.ML.Tests (3)
Scenarios\IrisPlantClassificationWithStringLabelTests.cs (3)
60
Assert.True(prediction.
PredictedPlant
== "Iris-setosa");
73
Assert.True(prediction.
PredictedPlant
== "Iris-virginica");
86
Assert.True(prediction.
PredictedPlant
== "Iris-versicolor");