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