cluster_iteration_sum_sse {biclustermd} | R Documentation |
Calculate the sum cluster SSE in each iteration
Description
Calculate the sum cluster SSE in each iteration
Usage
cluster_iteration_sum_sse(data, P, Q)
Arguments
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. |
Value
The SSE for the parameters specified.
[Package biclustermd version 0.2.3 Index]