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