matlab做TSNE的详细代码-sneer:R中的随机邻居嵌入实验

时间:2024-06-12 06:27:32
【文件属性】:

文件名称:matlab做TSNE的详细代码-sneer:R中的随机邻居嵌入实验

文件大小:8.16MB

文件格式:ZIP

更新时间:2024-06-12 06:27:32

系统开源

matlab做T SNE的详细代码冷笑 R中的随机邻居嵌入实验 注意:此软件包不太可能看到进一步的重大更新,但其中的大部分内容都存在于中。 一个R包,用于试验降维技术,包括流行的(t-SNE)。 正在安装 # install.packages("devtools") devtools :: install_github( " jlmelville/sneer " ) 文献资料 package ? sneer # sneer function knows how to do lots of embedding ? sneer 另请参阅(当前正在建设中)以获取更详细的说明。 例子 # t-SNE on the iris dataset: res <- sneer( iris ) # then do what you want with the embedded coordinates in res$coords # sneer does t-SNE, looks for numeric columns and a factor column to color # points with a


网友评论