1 write to BasePredictorType
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
45
BasePredictorType
= args.GetPredictorFactory();
4 references to BasePredictorType
Microsoft.ML.Ensemble (4)
OutputCombiners\BaseStacking.cs (4)
46
Host.CheckValue(
BasePredictorType
, nameof(
BasePredictorType
));
133
ch.Check(
BasePredictorType
!= null);
144
var trainer =
BasePredictorType
.CreateComponent(host);