fill_empties_Q: Randomly select a row prototype to fill an empty row...

Description Usage Arguments Value

View source: R/fill_empties_Q.R

Description

Randomly select a row prototype to fill an empty row prototype with

Usage

1
fill_empties_Q(data, obj, row_min_num = 10, row_num_to_move = 5)

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.

obj

A matrix for row clusters, typically named Q

row_min_num

Minimum row prototype size in order to be eligible to be chosen when filling an empty row prototype. Default is 10.

row_num_to_move

Number of rows to remove from the sampled prototype to put in the empty row prototype. Default is 5.

Value

A matrix for row clusters, i.e., a Q matrix.


biclustermd documentation built on June 17, 2021, 5:11 p.m.