build_split_table {GNET2} | R Documentation |
Build split table by K-means with 3 cluster centers for each column of X
build_split_table(X)
X |
A n by p matrix as input. |
A n by p matrix with each column consists of 3 clusters: -1 for low, 0 for mid and 1 for high
split_table <- build_split_table(matrix(rnorm(5*10),5,10))