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