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