2 writes to TreeDepth
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\LdSvmWithOptions.cs (1)
30
TreeDepth
= 5,
Microsoft.ML.StandardTrainers (1)
StandardTrainersCatalog.cs (1)
925
TreeDepth
= treeDepth,
6 references to TreeDepth
Microsoft.ML.StandardTrainers (6)
LdSvm\LdSvmTrainer.cs (6)
197
var numLeaf = 1 << _options.
TreeDepth
;
394
biasThetaPrime, _options.
TreeDepth
);
473
ectx.CheckUserArg(options.
TreeDepth
>= 0, nameof(options.
TreeDepth
), "Tree depth can not be negative.");
474
ectx.CheckUserArg(options.
TreeDepth
<= 24, nameof(options.
TreeDepth
), "Try running with a tree of smaller depth first and cross validate over other parameters.");