find_lambda {dpcc}R Documentation

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

X = matrix(rnorm(3*2), 3, 2)
find_lambda(X)

[Package dpcc version 1.0.0 Index]