5 references to FeaturizeByFastTreeBinary
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
220/// <seealso cref="TreeExtensions.FeaturizeByFastTreeBinary(TransformsCatalog, FastTreeBinaryFeaturizationEstimator.Options)"/>
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
73var pipeline = mlContext.Transforms.FeaturizeByFastTreeBinary(
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (3)
376var pipeline = ML.Transforms.FeaturizeByFastTreeBinary(options) 739var wrongPipeline = ML.Transforms.FeaturizeByFastTreeBinary(options) 750var pipeline = ML.Transforms.FeaturizeByFastTreeBinary(options)