... dims=2) embedding <- as.data.frame(tsne$Y) embedding$Class <- as.factor(sub("Class_", "", train_sample[,95])) p <- ggplot(embedding, aes(x=V1, y=V2, ...
確定! 回上一頁