Update doc/developer/trees.md

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Adarsh Santoria
2023-02-02 01:19:07 +05:30
committed by GitHub
co-authored by Ryan Curtin
parent 1801b4d55a
commit 58d3f1f515
+1 -1
View File
@@ -86,7 +86,7 @@ restatement of the fourth part of the definition).
Most everything in mlpack is decomposed into a series of configurable template
parameters, and trees are no exception. In order to ease usage of high-level
mlpack algorithms, each TreeType itself must be a template class taking three
mlpack algorithms, each `TreeType` itself must be a template class taking three
parameters:
- `MetricType` -- the underlying metric that the tree will be built on (see