getFit | R Documentation |
Wrapper around metaMDS
and Rtsne
for dimensionality reduction with certain set parameters.
getFit(d, dim = 2, technique, perp = 30, seed = 8541)
d |
distance matrix as a |
dim |
number of dimensions, by default 2. As argument |
technique |
either "mds" to run |
perp |
perplexity value for |
seed |
seed to keep randomness at check |
metaMDS
is run with trymax=20
and trace=FALSE
by default, so that the search for best solution is not printed.
Rtsne
uses as default parameters
theta=0.0, check.duplicates = FALSE, max_iter = 1000
.
output of either metaMDS
or Rtsne
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.