2 types derived from TreeOptions
Microsoft.ML.FastTree (2)
FastTreeArguments.cs (1)
647public abstract class BoostedTreeOptions : TreeOptions
RandomForestClassification.cs (1)
39public abstract class FastForestOptionsBase : TreeOptions
1 reference to TreeOptions
Microsoft.ML.FastTree (1)
FastTree.cs (1)
49where TOptions : TreeOptions, new()