public CLARANS(T[] data, Distance distance, int k) { this(data, distance, k, (int) Math.round(0.0125 * k * (data.length - k)));
確定! 回上一頁