2 types derived from FastTreeTrainerBase
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (1)
11public abstract class BoostingFastTreeTrainerBase<TOptions, TTransformer, TModel> : FastTreeTrainerBase<TOptions, TTransformer, TModel>
RandomForest.cs (1)
9public abstract class RandomForestTrainerBase<TOptions, TTransformer, TModel> : FastTreeTrainerBase<TOptions, TTransformer, TModel>