8 references to PredictedLabel
Microsoft.ML.TensorFlow.Tests (8)
TensorflowTests.cs (8)
1586
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1587
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1588
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1589
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);
1745
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1746
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1747
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1748
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);