1 type derived from IrisDataNoLabel
Microsoft.ML.Tests (1)
Scenarios\Api\ApiScenariosTests.cs (1)
20public class IrisData : IrisDataNoLabel
3 references to IrisDataNoLabel
Microsoft.ML.Tests (3)
Scenarios\Api\Estimators\DecomposableTrainAndPredict.cs (1)
40var engine = ml.Model.CreatePredictionEngine<IrisDataNoLabel, IrisPrediction>(model);
Scenarios\Api\Estimators\Extensibility.cs (1)
49var engine = ml.Model.CreatePredictionEngine<IrisDataNoLabel, IrisPrediction>(model);
Scenarios\Api\Estimators\PredictAndMetadata.cs (1)
37var engine = ml.Model.CreatePredictionEngine<IrisDataNoLabel, IrisPredictionNotCasted>(model);