From ac37df3bb074825f4f202b85ee33dc60bf965366 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 11 Apr 2024 11:01:56 -0400 Subject: [PATCH] Add documentation for NMF and convenience typedef from AMF. --- doc/index.md | 1 + doc/sidebar.html | 5 + doc/user/methods/nmf.md | 519 +++++++++++++++++++++++++++++++++ src/mlpack/methods/amf/amf.hpp | 11 + 4 files changed, 536 insertions(+) create mode 100644 doc/user/methods/nmf.md diff --git a/doc/index.md b/doc/index.md index d9ebf87571..d16fb3a312 100644 --- a/doc/index.md +++ b/doc/index.md @@ -120,6 +120,7 @@ Prepare data for machine learning algorithms. Transform data from one space to another. + * [`NMF`](user/methods/nmf.md): non-negative matrix factorization * [`PCA`](user/methods/pca.md): principal components analysis ### Modeling utilities diff --git a/doc/sidebar.html b/doc/sidebar.html index 478ae85ff7..1f5321416a 100644 --- a/doc/sidebar.html +++ b/doc/sidebar.html @@ -179,6 +179,11 @@ when the sidebar is built for each page.