1 instantiation of FastForestBinaryFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
521return new FastForestBinaryFeaturizationEstimator(env, options);
13 references to FastForestBinaryFeaturizationEstimator
Microsoft.ML.FastTree (10)
TreeEnsembleFeaturizationEstimator.cs (4)
13/// <see cref="FastForestBinaryFeaturizationEstimator"/>, <see cref="FastTreeRegressionFeaturizationEstimator"/>, 23/// The common options of tree-based featurizations such as <see cref="FastTreeBinaryFeaturizationEstimator"/>, <see cref="FastForestBinaryFeaturizationEstimator"/>, 306/// <seealso cref="TreeExtensions.FeaturizeByFastForestBinary(TransformsCatalog, FastForestBinaryFeaturizationEstimator.Options)"/> 312/// Options for the <see cref="FastForestBinaryFeaturizationEstimator"/>.
TreeTrainersCatalog.cs (6)
504/// Create <see cref="FastForestBinaryFeaturizationEstimator"/>, which uses <see cref="FastForestBinaryTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features. 506/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="FastForestBinaryFeaturizationEstimator"/>.</param> 507/// <param name="options">The options to configure <see cref="FastForestBinaryFeaturizationEstimator"/>. See <see cref="FastForestBinaryFeaturizationEstimator.Options"/> and 516public static FastForestBinaryFeaturizationEstimator FeaturizeByFastForestBinary(this TransformsCatalog catalog, 517FastForestBinaryFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (2)
61var options = new FastForestBinaryFeaturizationEstimator.Options 71var pipeline = mlContext.Transforms.FeaturizeByFastForestBinary(
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
406var options = new FastForestBinaryFeaturizationEstimator.Options()