ltr_clus {hhsmm} | R Documentation |
left to right clustering
Description
A left to right initial clustering method using the mean differences and Hotelling's T-squared test
Usage
ltr_clus(Dat, k)
Arguments
Dat |
a data matrix |
k |
number of clusters |
Value
a (left to right) clustering vector
Author(s)
Morteza Amini, morteza.amini@ut.ac.ir, Afarin Bayat, aftbayat@gmail.com
Examples
data(CMAPSS)
clus = ltr_clus(CMAPSS$train$x[1:CMAPSS$train$N[1], ], 3)
[Package hhsmm version 0.4.0 Index]