3 references to Prediction
Microsoft.ML.Samples.GPU (3)
docs\samples\Microsoft.ML.Samples\Dynamic\TensorFlow\TextClassification.cs (3)
125
Console.WriteLine("Number of classes: {0}", prediction.
Prediction
128
.
Prediction
[1] > 0.5 ? "Yes." : "No.");
129
Console.WriteLine("Prediction Confidence: {0}", prediction.
Prediction
[1]