k=1如果(因此,1 个集群中的所有数据),如何计算 HAC 聚类的轮廓系数的值?轮廓系数的范围-1直到1,但对于单例 ( k=maximum)(只有 1 个数据的集群),轮廓系数为0。是轮廓0系数k=1还是-1?1剪影系数的公式在
这里。
SC(i) = (b(i)-a(i))/max(a(i), b(i))
a(i) = Average distance of object with other object in one cluster.
b(i) = Minimum Average distance of object with other object in other cluster.
*对不起,我的英语不好