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