LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.MinimumExampleCountPerLeaf Field

Definition

The minimal number of data points required to form a new tree leaf.

public int? MinimumExampleCountPerLeaf;
val mutable MinimumExampleCountPerLeaf : Nullable<int>
Public MinimumExampleCountPerLeaf As Nullable(Of Integer) 

Field Value

Applies to