Merge pull request #3387 from AdarshSantoria/adding-a-link

Fix a typo
This commit is contained in:
Ryan Curtin
2023-02-02 09:05:03 -05:00
committed by GitHub
+2 -2
View File
@@ -177,8 +177,8 @@ matrix = matrix.t(); // We must transpose after load!
The transposition after loading is necessary if the coordinate list is in
row-major format (that is, if each row in the matrix represents a point and each
column represents a feature). Be sure that the matrix you use with mlpack
methods has points as columns and features as rows! See \ref matrices for more
information.
methods has points as columns and features as rows! See [matrices](matrices.md)
for more information.
## Categorical features and command line programs