6 references to ModelOperations
Microsoft.ML.EntryPoints (6)
CrossValidationMacro.cs (2)
254var combineModelsArgs = new ModelOperations.SimplePredictorModelInput(); 270outputMap.Add(nameof(ModelOperations.PredictorModelOutput.PredictorModel), combineNodeOutputPredictorModel.VarName);
ModelOperations.cs (1)
14[assembly: LoadableClass(typeof(void), typeof(ModelOperations), null, typeof(SignatureEntryPointModule), "ModelOperations")]
OneVersusAllMacro.cs (1)
165var combineArgs = new ModelOperations.CombineOvaPredictorModelsInput();
TrainTestMacro.cs (2)
167var combineArgs = new ModelOperations.SimplePredictorModelInput(); 183outputMap.Add(nameof(ModelOperations.PredictorModelOutput.PredictorModel), combineNodeOutputPredictorModel.VarName);