2 instantiations of SimplePredictorModelInput
Microsoft.ML.EntryPoints (2)
CrossValidationMacro.cs (1)
254var combineModelsArgs = new ModelOperations.SimplePredictorModelInput();
TrainTestMacro.cs (1)
167var combineArgs = new ModelOperations.SimplePredictorModelInput();
3 references to SimplePredictorModelInput
Microsoft.ML.EntryPoints (3)
CrossValidationMacro.cs (1)
254var combineModelsArgs = new ModelOperations.SimplePredictorModelInput();
ModelOperations.cs (1)
115public static PredictorModelOutput CombineTwoModels(IHostEnvironment env, SimplePredictorModelInput input)
TrainTestMacro.cs (1)
167var combineArgs = new ModelOperations.SimplePredictorModelInput();