8 references to PredictedLabel
Microsoft.ML.TensorFlow.Tests (8)
TensorflowTests.cs (8)
1583
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1584
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1585
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1586
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);
1742
Assert.Equal("daisy", predictionFirst.
PredictedLabel
);
1743
Assert.Equal("roses", predictionSecond.
PredictedLabel
);
1744
Assert.True(Array.IndexOf(labels, predictionFirst.
PredictedLabel
) > -1);
1745
Assert.True(Array.IndexOf(labels, predictionSecond.
PredictedLabel
) > -1);