ltr_clus | R Documentation |
A left to right initial clustering method using the mean differences and Hotelling's T-squared test
ltr_clus(Dat, k)
Dat |
a data matrix |
k |
number of clusters |
a (left to right) clustering vector
Morteza Amini, morteza.amini@ut.ac.ir, Afarin Bayat, aftbayat@gmail.com
data(CMAPSS)
clus = ltr_clus(CMAPSS$train$x[1:CMAPSS$train$N[1], ], 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.