The code to run the algorithm is as follows: library(Rtsne) tsne= Rtsne(as.matrix(train[ ... ggplot(tsne_vectors, aes(x=V1, y=V2)) + geom_point(size=0.25) + ...
確定! 回上一頁