Split finding method in gradient boosted trees algorithm.
More...
◆ SplitMethod()
Constructs the split method identifier using the provided value
- Parameters
-
value | Value corresponding to the split method identifier |
◆ getValue()
Returns the value corresponding to the split method identifier
- Returns
- Value corresponding to the split method identifier
◆ defaultSplit
Default split finding method
◆ exact
◆ inexact
Inexact method for splits finding: bucket continuous features to discrete bins
The documentation for this class was generated from the following file:
- gbt/training/SplitMethod.java