Documentation related to thesmallvis R package:
install.packages("devtools")devtools::install_github("jlmelville/smallvis/smallvis")library(smallvis)
Y_init = "laplacian"
orY_init = "normlaplacian"
). If not present, then the standard R functioneigen
is used, but it’s alot slower.smallvis
I have written some longer form documents that demonstrate the output ofsmallvis
and its various options, with an emphasis on t-SNE.