Ryan Curtin
|
cc7d223c13
|
Fix wording to 'distance metric'.
|
2024-09-09 14:03:35 -04:00 |
|
Ryan Curtin
|
763d0f6c31
|
Merge remote-tracking branch 'origin/master' into core-into-multiple-pages
|
2024-09-09 14:02:49 -04:00 |
|
Ryan Curtin
|
121c0be298
|
Make the list of classes first, before the list of applications.
|
2024-09-09 14:02:38 -04:00 |
|
Ryan Curtin
|
76547591c2
|
Merge pull request #3783 from rcurtin/distribution-doc
Document remaining distributions and templatize
|
2024-09-09 13:55:33 -04:00 |
|
Ryan Curtin
|
e3edb70e25
|
Remove unnecessary section splitters.
|
2024-09-07 16:17:55 -04:00 |
|
Ryan Curtin
|
fa6d85e2f9
|
Make better pointers to individual core documentation pages.
|
2024-09-07 09:29:14 -04:00 |
|
Ryan Curtin
|
936224b45f
|
Fix all links in generated documentation.
|
2024-09-06 22:30:14 -04:00 |
|
Ryan Curtin
|
72309471d2
|
First attempt at splitting core.md into multiple pages.
|
2024-09-06 09:48:17 -04:00 |
|
Ryan Curtin
|
f2727b4866
|
Fix links in built Markdown.
|
2024-09-04 11:51:34 -04:00 |
|
Ryan Curtin
|
7ef9665b3b
|
Temporarily address organizational issues via the sidebar.
|
2024-09-04 11:42:48 -04:00 |
|
Ryan Curtin
|
bc9079538e
|
Fix missing descriptions.
|
2024-09-04 11:31:54 -04:00 |
|
Ryan Curtin
|
952126a862
|
Use HTTPS instead of HTTP.
|
2024-08-27 14:58:40 -04:00 |
|
Ryan Curtin
|
f411f6ff0b
|
Use HTTPS instead of HTTP.
|
2024-08-27 14:58:30 -04:00 |
|
Ryan Curtin
|
0dffe34cdf
|
Oops, fix location of PDF.
|
2024-08-27 12:17:27 -04:00 |
|
Ryan Curtin
|
dadddd072d
|
Oops, fix location of PDF.
|
2024-08-27 12:16:46 -04:00 |
|
Ryan Curtin
|
4ac1dd8cc1
|
Host locally because the other source has been hijacked.
|
2024-08-24 13:28:32 -04:00 |
|
Ryan Curtin
|
7161eb5128
|
Add notes indicating that documentation is not yet complete.
|
2024-08-24 13:12:55 -04:00 |
|
Ryan Curtin
|
181c8a2948
|
Host locally because the other source has been hijacked.
|
2024-08-24 11:18:44 -04:00 |
|
Ryan Curtin
|
a6a6a29ef2
|
Merge remote-tracking branch 'origin/master' into distribution-doc
|
2024-08-23 10:58:36 -04:00 |
|
Ryan Curtin
|
4486c1246c
|
Templatize the rest of the distributions and add relevant documentation.
|
2024-08-23 10:51:14 -04:00 |
|
Ryan Curtin
|
62b739b3af
|
Document the remaining distributions (not fully tested yet).
|
2024-08-22 15:57:16 -04:00 |
|
Dejan Bogosavljev
|
8b152699c9
|
Fix SVM wikipedia hyperlink
|
2024-08-14 23:58:30 +02:00 |
|
Dejan Bogosavljev
|
f26ca1851c
|
Update the name of the fedora package
|
2024-08-14 23:25:28 +02:00 |
|
Ryan Curtin
|
309033d624
|
Minor line length fix.
|
2024-07-23 18:38:39 -04:00 |
|
 Ryan CurtinandHimanshu Pathak
|
43ccba41c3
|
Update doc/user/methods/mean_shift.md
Co-authored-by: Himanshu Pathak <hpathak336@gmail.com>
|
2024-07-23 18:35:31 -04:00 |
|
Ryan Curtin
|
fb9da0b892
|
Merge remote-tracking branch 'origin/master' into mean-shift-doc
|
2024-07-21 18:18:01 -04:00 |
|
Ryan Curtin
|
9a925ccbdc
|
Fix link in sidebar.
|
2024-07-18 15:56:53 -04:00 |
|
Ryan Curtin
|
2adac2b70b
|
Wording fixes and other minor changes after review.
|
2024-07-18 09:23:02 -04:00 |
|
Ryan Curtin
|
01a16cefbf
|
Update main documentation page and sidebar.
|
2024-07-17 22:09:00 -04:00 |
|
Ryan Curtin
|
0c9702cb64
|
Finish MeanShift documentation and debug tests.
|
2024-07-17 22:06:06 -04:00 |
|
Ryan Curtin
|
8ca66b4f40
|
Add first partial draft of MeanShift documentation.
|
2024-07-10 15:59:57 -04:00 |
|
Ryan Curtin
|
8781589ac6
|
Fix links.
|
2024-07-08 15:40:13 -04:00 |
|
Ryan Curtin
|
ab0ff99e27
|
Update links and rebuild Markdown documentation.
|
2024-07-06 14:36:41 -04:00 |
|
Ryan Curtin
|
4a2af775f6
|
Add links to NCA and LMNN to index and sidebar.
|
2024-07-06 12:41:09 -04:00 |
|
Ryan Curtin
|
d351a378ab
|
Templatize LMNN and add documentation.
|
2024-07-06 12:40:55 -04:00 |
|
Ryan Curtin
|
83af6c5adb
|
Fix NCA documentation issues and clean up source.
|
2024-07-06 12:39:47 -04:00 |
|
Ryan Curtin
|
e9ace524bd
|
Clarify example (and fix it).
|
2024-07-04 13:58:19 -04:00 |
|
Ryan Curtin
|
52a72d46e3
|
Document NCA and adapt its API to match the rest of mlpack in a backwards-compatible way.
|
2024-07-04 13:33:48 -04:00 |
|
Ryan Curtin
|
612273e861
|
Add an example of turning MahalanobisDistance::Q() back into a transformation matrix.
|
2024-07-04 13:33:11 -04:00 |
|
Ryan Curtin
|
ef52b3fad6
|
Make sure a model is saved before the next example loads one.
|
2024-07-01 15:32:36 -04:00 |
|
Ryan Curtin
|
8d732b438f
|
Update Jupyter notebook example links.
|
2024-07-01 10:35:05 -04:00 |
|
 nikolay apanasovandRyan Curtin
|
23d9e2769b
|
Updated DecisionTree documentation for BestBinaryCategoricalSplit.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2024-06-27 23:37:12 -07:00 |
|
 nikolay apanasovandRyan Curtin
|
17f8eab748
|
Applied suggestions from code review.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2024-06-27 23:37:12 -07:00 |
|
Ryan Curtin
|
06cb3982ff
|
Fix developer.md code build.
|
2024-06-25 10:24:16 -04:00 |
|
Ryan Curtin
|
141790ce20
|
More links to fix...
|
2024-06-16 11:52:27 -04:00 |
|
Ryan Curtin
|
982675b751
|
Fix some links that are not present on the new website.
|
2024-06-16 10:00:52 -04:00 |
|
Ryan Curtin
|
4ad3957bba
|
Merge remote-tracking branch 'origin/master' into metric-doc
|
2024-06-14 15:39:32 -04:00 |
|
Ryan Curtin
|
8133c058a0
|
Fix minor documentation rendering issues.
|
2024-06-14 15:37:27 -04:00 |
|
Ryan Curtin
|
cccf60d974
|
Move metrics to distances/ and dists to distributions/. And adapt... everything.
|
2024-06-14 15:14:48 -04:00 |
|
Ryan Curtin
|
7c0fc71f0c
|
Update list of kernels to use links.
|
2024-06-12 09:09:48 -04:00 |
|