get_subgroup_means {cvxbiclustr} | R Documentation |
get_subgroup_means
computes the subgroup means on the training set for validation.
get_subgroup_means(X, Theta, clusters_row, clusters_col)
X |
Data matrix |
Theta |
validation index set - vector |
clusters_row |
Row cluster object |
clusters_col |
Column cluster object |