From 58d3f1f51561aa57a775de51274e3dfd6682fa73 Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:19:07 +0530 Subject: [PATCH] Update doc/developer/trees.md Co-authored-by: Ryan Curtin --- doc/developer/trees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/trees.md b/doc/developer/trees.md index 06fd665dcc..17e9525939 100644 --- a/doc/developer/trees.md +++ b/doc/developer/trees.md @@ -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