zdebruine / RcppML

Rcpp Machine Learning: Fast robust NMF, divisive clustering, and more
GNU General Public License v2.0
89 stars 15 forks source link

v0.4.1 - add crossValidation #11

Closed zdebruine closed 2 years ago

zdebruine commented 2 years ago

nmf.R fixed bug to coerce w_init matrix to list project.R fixed bug for auto-transpose of "w" or "h" when "A" is square added crossValidate for NMF added "cosine" for fast cosine distance calculation added "bipartiteMatch" for fast bipartite matching