BSPLeaveCenter: Finds N Leaf centers in the data
Description
Finds N Leaf centers in the data
Usage
BSPLeaveCenter(data, N = 40, method = "dsp")
Value
leafctr N leaves centers
Arguments
- data
a n x p data matrix
- N
number of leaves centers
- method
partition method, either "dsp (discrepancy based partition)", or "ll (bayesian sequantial partition limited-look ahead)"