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