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