4 types derived from BoostedTreeOptions
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (4)
63public sealed class Options : BoostedTreeOptions, IFastTreeTrainerFactory 119public sealed class Options : BoostedTreeOptions, IFastTreeTrainerFactory 163public sealed class Options : BoostedTreeOptions, IFastTreeTrainerFactory 222public sealed class Options : BoostedTreeOptions, IFastTreeTrainerFactory
12 references to BoostedTreeOptions
Microsoft.ML.FastTree (11)
BoostingFastTree.cs (6)
13where TOptions : BoostedTreeOptions, new() 36if (FastTreeTrainerOptions.OptimizationAlgorithm == BoostedTreeOptions.OptimizationAlgorithmType.AcceleratedGradientDescent) 38if (FastTreeTrainerOptions.OptimizationAlgorithm == BoostedTreeOptions.OptimizationAlgorithmType.ConjugateGradientDescent) 83case BoostedTreeOptions.OptimizationAlgorithmType.GradientDescent: 86case BoostedTreeOptions.OptimizationAlgorithmType.AcceleratedGradientDescent: 89case BoostedTreeOptions.OptimizationAlgorithmType.ConjugateGradientDescent:
FastTreeArguments.cs (4)
75/// <see cref="BoostedTreeOptions.EarlyStoppingMetrics"/>. 123/// <see cref="BoostedTreeOptions.EarlyStoppingMetrics"/>. 179/// <see cref="BoostedTreeOptions.EarlyStoppingMetrics"/>. 276/// <see cref="BoostedTreeOptions.EarlyStoppingMetrics"/>.
Training\EarlyStoppingCriteria.cs (1)
36/// Used for setting <see cref="EarlyStoppingRule"/> <see cref="BoostedTreeOptions.EarlyStoppingRule"/>.
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
275OptimizationAlgorithm = BoostedTreeOptions.OptimizationAlgorithmType.AcceleratedGradientDescent,