Return the lambda which causes all the points become fused into one cluster.
find_lambda(X)
X
data matrix of n * p
the biggest lambda
X = matrix(rnorm(3*2), 3, 2) find_lambda(X)