BSPLeaveCenter {PAC} | R Documentation |
Finds N Leaf centers in the data
Description
Finds N Leaf centers in the data
Usage
BSPLeaveCenter(data, N = 40, method = "dsp")
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)" |
Value
leafctr N leaves centers
[Package PAC version 1.1.4 Index]