library(uwot) viz <- umap(embedding, n_neighbors = 15, ... 2D using UMAP") ## Interactive plot library(plotly) plot_ly(df, x = ~x, y = ~y, ...
確定! 回上一頁