Usage
cocluster(data, datatype, semisupervised = FALSE,
rowlabels = numeric(0), collabels = numeric(0),
model = character(0), nbcocluster,
strategy = cocluststrategy())Arguments
data
Input data as matrix (or list containing data
matrix, numeric vector for row effects and numeric vector
column effects in case of contingency data with known row
and column effects.)
datatype
This is the type of data which can be
"binary" , "contingency", "continuous" or "categorical".
semisupervised
Boolean value specifying whether to
perform semi-supervised co-clustering or not. Make sure
to provide row and/or column labels if specified value is
true. The default value is false.
rowlabels
Vector specifying the class of rows. The
class number starts from zero. Provide -1 for unknown row
class.
collabels
Vector specifying the class of columns.
The class number starts from zero. Provide -1 for unknown
column class.
model
This is the name of model. The following
models exists for various types of data: rlll{
Model Data-type Proportions Dispersion/Variance
pik_rhol_epsilonkl(Default) binary unequal unequal
pik_rhol_epsilon
binary unequal
nbcocluster
Integer vector specifying the number
of row and column clusters respectively.
strategy
Object of class
strategy.