library(ggplot2) library(Rtsne) dat <- iris tsne ... dat[!duplicated(dat), 5]) ggplot(df, aes(x, y, colour = Species)) + geom_point().
確定! 回上一頁