tuanle618 / AEDA

AEDA - Automated Data Exploratory Analysis in R
GNU General Public License v3.0
10 stars 3 forks source link

Tle mds #44

Closed tuanle618 closed 6 years ago

tuanle618 commented 6 years ago

Code examples: https://pastebin.com/5cWEjnbX

Important (for Testing/Travis) - Since the multidimensional scaling works on a distance matrix it is important that the datasetcontains meaningful rownames. The distance matrix still can be computed but we throw a warning if the rownames are 1:nrow(dataset) in: https://github.com/ptl93/AEDA/blob/7dc1a19bdfa008c6c969cf7ec88c32b4c1e49630/R/makeMDSTask.R#L58-L61

The MDS still can be computed but in the later plot, if the dimension is selected as 2 (is default) the plot contains as labelled points the rownumbers, insted of the "correct" rownames.

I'm thinking about adding generic text for MDS (and in general for the other reports as well).