diff --git a/lib/scholar/manifold/trimap.ex b/lib/scholar/manifold/trimap.ex index 3096a92d..32792bfa 100644 --- a/lib/scholar/manifold/trimap.ex +++ b/lib/scholar/manifold/trimap.ex @@ -121,7 +121,7 @@ defmodule Scholar.Manifold.Trimap do Algorithm used to compute the nearest neighbors. Possible values: * `:nndescent` - Nearest Neighbors Descent. See `Scholar.Neighbors.NNDescent` for more details. - * `:large_vis` - LargeVis algorithm. See `Scholar.Neighbors.LaregVis` for more details. + * `:large_vis` - LargeVis algorithm. See `Scholar.Neighbors.LargeVis` for more details. """ ] ]