powered by
Return the lambda which causes all the points become fused into one cluster.
find_lambda(X)
data matrix of n * p
the biggest lambda
# NOT RUN { X = matrix(rnorm(3*2), 3, 2) find_lambda(X) # }
Run the code above in your browser using DataLab