1 write to NumModels
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
87NumModels = Args.NumModels ??
4 references to NumModels
Microsoft.ML.Ensemble (4)
Trainer\EnsembleTrainerBase.cs (4)
90ch.CheckUserArg(NumModels > 0, nameof(Args.NumModels), "Must be positive, or null to indicate numModels is the number of base predictors"); 92if (Utils.Size(predictorFactories) > NumModels) 97Trainers = new ITrainerEstimator<ISingleFeaturePredictionTransformer<IPredictorProducing<TOutput>>, IPredictorProducing<TOutput>>[NumModels]; 139_subsetSelector.Initialize(data, NumModels, Args.BatchSize, validationDataSetProportion);