Learn R Programming

dpcc (version 1.0.0)

find_lambda: Return the lambda which causes all the points become fused into one cluster.

Description

Return the lambda which causes all the points become fused into one cluster.

Usage

find_lambda(X)

Arguments

X

data matrix of n * p

Value

the biggest lambda

Examples

Run this code
# NOT RUN {
X = matrix(rnorm(3*2), 3, 2)
find_lambda(X)
# }

Run the code above in your browser using DataLab