2 references to
Microsoft.ML.FastTree (2)
RandomForestClassification.cs (1)
207
:
base
(env, options, TrainerUtils.MakeBoolScalarLabel(options.LabelColumnName))
RandomForestRegression.cs (1)
346
:
base
(env, options, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName), true)