8 references to PredictedLabel
Microsoft.ML.TensorFlow.Tests (8)
TensorflowTests.cs (8)
1570
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1571
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1572
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1573
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);
1729
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1730
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1731
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1732
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);