cell_mse: Make a data frame containing the MSE for each bicluster cell

Description Usage Arguments Value Examples

View source: R/cell_mse.R

Description

Make a data frame containing the MSE for each bicluster cell

Usage

1

Arguments

x

An object of class biclustermd.

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

1
2
3
4
5
6
7
8
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)

jreisner/sparseBiclustering documentation built on June 22, 2021, 12:54 p.m.