13 references to MinimumExampleCountPerLeaf
Microsoft.ML.FastTree (13)
FastTreeArguments.cs (1)
526public int MinimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf;
FastTreeClassification.cs (1)
162int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf,
FastTreeRanking.cs (1)
103int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf,
FastTreeRegression.cs (1)
92int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf,
FastTreeTweedie.cs (1)
96int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf,
RandomForestClassification.cs (1)
194int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf)
RandomForestRegression.cs (1)
333int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf)
TreeTrainersCatalog.cs (6)
42int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf, 96int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf, 152int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf, 306int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf, 359int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf) 411int minimumExampleCountPerLeaf = Defaults.MinimumExampleCountPerLeaf)