cluster_iteration_sum_sse {biclustermd} | R Documentation |
Calculate the sum cluster SSE in each iteration
cluster_iteration_sum_sse(data, P, Q)
data |
The data being biclustered. Must to be a data matrix with only numbers and missing values in the data set. It should have row names and column names. |
P |
Matrix for column prototypes. |
Q |
Matrix for row prototypes. |
The SSE for the parameters specified.