jdonaldson / rtsne

An R package for t-SNE (t-Distributed Stochastic Neighbor Embedding)
58 stars 24 forks source link

initial_dims is ignored when whiten=FALSE #5

Open dkobak opened 7 years ago

dkobak commented 7 years ago

initial_dims is ignored when whiten=FALSE

dkobak commented 7 years ago

Also, why is whiten=TRUE the default value? This is IMHO super confusing, all other tsne libraries usually do not whiten by default, see e.g. Rtsne. When the data have some zero eigenvalues, whitening is not possible and your function with default whiten=TRUE does not work at all.

Why not change to whiten=FALSE by default?