4 references to FastTreeTweedieTrainer
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (1)
210ITrainer IComponentFactory<ITrainer>.CreateComponent(IHostEnvironment env) => new FastTreeTweedieTrainer(env, this);
FastTreeTweedie.cs (1)
578() => new FastTreeTweedieTrainer(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
459var trainer = new FastTreeTweedieTrainer(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
333return new FastTreeTweedieTrainer(env, options);