2 references to IrisPredictionWithStringLabel
Microsoft.ML.Tests (2)
Scenarios\IrisPlantClassificationWithStringLabelTests.cs (2)
48
var predictFunction = mlContext.Model.CreatePredictionEngine<IrisDataWithStringLabel,
IrisPredictionWithStringLabel
>(trainedModel);
49
IrisPredictionWithStringLabel
prediction = predictFunction.Predict(new IrisDataWithStringLabel()