5 references to FastTree
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
4458
var fastTree = Trainers.FastTree.
FastTree
.TrainBinary(Env, new FastTreeBinaryTrainer.Options
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
37
[assembly: LoadableClass(typeof(void), typeof(
FastTree
), null, typeof(SignatureEntryPointModule), "FastTree")]
Microsoft.ML.Predictor.Tests (3)
TestPredictors.cs (3)
632
fastTrees[i] =
FastTree
.TrainBinary(ML, new FastTreeBinaryTrainer.Options
654
fastTrees[i] =
FastTree
.TrainBinary(ML, new FastTreeBinaryTrainer.Options
761
FastTree
.TrainBinary(ML, new FastTreeBinaryTrainer.Options