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