4 references to FastTreeBinaryTrainer
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (1)
107ITrainer IComponentFactory<ITrainer>.CreateComponent(IHostEnvironment env) => new FastTreeBinaryTrainer(env, this);
FastTreeClassification.cs (1)
442() => new FastTreeBinaryTrainer(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
244var trainer = new FastTreeBinaryTrainer(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
123return new FastTreeBinaryTrainer(env, options);