梗概
①?gòu)牟煌膖SNE聚類結(jié)果中根據(jù)一個(gè)R包來(lái)評(píng)判哪個(gè)更優(yōu)
https://cran.r-project.org/web/packages/clues/clues.pdf
Description We developed the clues R package to provide functions
for automatically estimating the number of clusters and
getting the final cluster partition without any input
parameter except the stopping rule for convergence.
The package also provides functions to
evaluate and compare the performances of partitions of a data
set both numerically and graphically.
輸入的參數(shù)為收斂規(guī)則(?)
安裝與加載
install.packages("clues")
library(clues)