Oops, remove redundant bullet point.

This commit is contained in:
Ryan Curtin
2023-11-07 17:33:51 -05:00
parent 75853765fa
commit ec29a6dc2b
-3
View File
@@ -113,9 +113,6 @@ of the versions of the `Train()` member function. For an instance of
* `tree.Train(data, labels, numClasses, minLeafSize=10, minGainSplit=1e-7, maxDepth=0)`
* `tree.Train(data, labels, numClasses, weights, minLeafSize=10, minGainSplit=1e-7, maxDepth=0)`
- Train on numerical-only data (optionally with instance weights).
- Returns a `double` with the final gain of the tree (the Gini gain, unless a
different [`FitnessFunction` template parameter](#fully-custom-behavior) is
specified.
---