cell_mse {biclustermd} | R Documentation |
Make a data frame containing the MSE for each bicluster cell
Description
Make a data frame containing the MSE for each bicluster cell
Usage
cell_mse(x)
Arguments
x |
An object of class |
Value
A data frame giving the row cluster, column cluster, the number of data points in each row and column cluster, the number of data points missing in the cell, and the cell MSE.
Examples
data("synthetic")
bc <- biclustermd(synthetic, col_clusters = 3, row_clusters = 2,
miss_val = mean(synthetic, na.rm = TRUE),
miss_val_sd = sd(synthetic, na.rm = TRUE),
col_min_num = 2, row_min_num = 2,
col_num_to_move = 1, row_num_to_move = 1,
max.iter = 10)
cell_mse(bc)
[Package biclustermd version 0.2.3 Index]