1.2.0版的更改o以前的零权重边现在在makeSNNGraph()中被赋值为名义上的正权重。o增加了MbkmeansParam()从mbkmeans包装小批处理k-means。o添加SOMParam()来包装kohonen的自组织地图实现。o增加了AffinityParam()来包装来自apcluster的亲和传播代码。o增加了DbscanParam(),以提供一个自定义的DBSCAN实现自动eps选择。o添加了PamParam()从集群包装PAM实现。o添加ClaraParam()从集群包装CLARA实现。o添加AgnesParam()来包装群集的凝聚嵌套方法。o添加了DianaParam()来包装聚类分离分析方法。o增加了clusterSweep(),可以通过clusterRows()轻松执行参数扫描。 o Added linkClusters() to find relationships between clusters in different clusterings. o Added compareClusterings() to compute similarities between multiple clusterings. o Added nestedClusters() to quantify the degree of nesting across two clusterings. o Moved objects into objects$kmeans for KmeansParam() when full=TRUE. o Moved objects into objects$hclust for HclustParam() when full=TRUE. o Added clusterRMSD() to compute the root-mean-squared-deviation for each cluster. Changes in version 1.0.0 o New package bluster for modular clustering in Bioconductor packages.