3 instantiations of IrisDataWithStringLabel
Microsoft.ML.Tests (3)
Scenarios\IrisPlantClassificationWithStringLabelTests.cs (3)
49IrisPredictionWithStringLabel prediction = predictFunction.Predict(new IrisDataWithStringLabel() 62prediction = predictFunction.Predict(new IrisDataWithStringLabel() 75prediction = predictFunction.Predict(new IrisDataWithStringLabel()
1 reference to IrisDataWithStringLabel
Microsoft.ML.Tests (1)
Scenarios\IrisPlantClassificationWithStringLabelTests.cs (1)
48var predictFunction = mlContext.Model.CreatePredictionEngine<IrisDataWithStringLabel, IrisPredictionWithStringLabel>(trainedModel);