2 references to IrisPredictionNotCasted
Microsoft.ML.Tests (2)
Scenarios\Api\Estimators\PredictAndMetadata.cs (2)
37
var engine = ml.Model.CreatePredictionEngine<IrisDataNoLabel,
IrisPredictionNotCasted
>(model);
64
var
prediction = engine.Predict(input);