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