1 instantiation of FastTreeBinaryFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
542return new FastTreeBinaryFeaturizationEstimator(env, options);
15 references to FastTreeBinaryFeaturizationEstimator
Microsoft.ML.FastTree (11)
TreeEnsembleFeaturizationEstimator.cs (4)
12/// This class encapsulates the common behavior of all tree-based featurizers such as <see cref="FastTreeBinaryFeaturizationEstimator"/>, 23/// The common options of tree-based featurizations such as <see cref="FastTreeBinaryFeaturizationEstimator"/>, <see cref="FastForestBinaryFeaturizationEstimator"/>, 220/// <seealso cref="TreeExtensions.FeaturizeByFastTreeBinary(TransformsCatalog, FastTreeBinaryFeaturizationEstimator.Options)"/> 226/// Options for the <see cref="FastTreeBinaryFeaturizationEstimator"/>.
TreeEnsembleFeaturizationTransformer.cs (1)
19/// The derived classes include, for example, <see cref="FastTreeBinaryFeaturizationEstimator"/> and
TreeTrainersCatalog.cs (6)
525/// Create <see cref="FastTreeBinaryFeaturizationEstimator"/>, which uses <see cref="FastTreeBinaryTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features. 527/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="FastTreeBinaryFeaturizationEstimator"/>.</param> 528/// <param name="options">The options to configure <see cref="FastTreeBinaryFeaturizationEstimator"/>. See <see cref="FastTreeBinaryFeaturizationEstimator.Options"/> and 537public static FastTreeBinaryFeaturizationEstimator FeaturizeByFastTreeBinary(this TransformsCatalog catalog, 538FastTreeBinaryFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (2)
63var options = new FastTreeBinaryFeaturizationEstimator.Options 73var pipeline = mlContext.Transforms.FeaturizeByFastTreeBinary(
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
367var options = new FastTreeBinaryFeaturizationEstimator.Options() 726var options = new FastTreeBinaryFeaturizationEstimator.Options()