3 overrides of GetPredictorFactory
Microsoft.ML.Ensemble (3)
OutputCombiners\MultiStacking.cs (1)
50internal override IComponentFactory<TVectorTrainer> GetPredictorFactory() => BasePredictorType;
OutputCombiners\RegressionStacking.cs (1)
48internal override IComponentFactory<TScalarTrainer> GetPredictorFactory() => BasePredictorType;
OutputCombiners\Stacking.cs (1)
47internal override IComponentFactory<TScalarTrainer> GetPredictorFactory() => BasePredictorType;
1 reference to GetPredictorFactory
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
45BasePredictorType = args.GetPredictorFactory();