1 instantiation of FastTreeBinaryFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
542
return 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
537
public static
FastTreeBinaryFeaturizationEstimator
FeaturizeByFastTreeBinary(this TransformsCatalog catalog,
538
FastTreeBinaryFeaturizationEstimator
.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (2)
63
var options = new
FastTreeBinaryFeaturizationEstimator
.Options
73
var
pipeline = mlContext.Transforms.FeaturizeByFastTreeBinary(
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
367
var options = new
FastTreeBinaryFeaturizationEstimator
.Options()
726
var options = new
FastTreeBinaryFeaturizationEstimator
.Options()