gdkrmr / dimRed

A Framework for Dimensionality Reduction in R
https://www.guido-kraemer.com/software/dimred/
GNU General Public License v3.0
73 stars 15 forks source link

Wish: quality methods for coRanking matrices #14

Closed ugroempi closed 6 years ago

ugroempi commented 6 years ago

It would be great if the quality methods would directly work on coRanking matrices.

Best, Ulrike

gdkrmr commented 6 years ago

for that use the coRanking package: https://cran.r-project.org/web/packages/coRanking/index.html

ugroempi commented 6 years ago

which has a single quality metric at the moment ... I thought that you had abandoned quality metrics in coRanking in favor of dimRed? (There is a file with many unexported and undocumented functions, but ...)

Best, Ulrike

gdkrmr commented 6 years ago

no, dimRed mostly wraps other packages, and coRanking is one of them. I never had the time to document all the unexported functions, pull requests are welcome ;-)