init_pam: Initialisation of the co-clusters by partitioning around...

Description Usage Arguments Value

Description

Initialisation of the co-clusters by partitioning around medoids method.

Usage

1
init_pam(x, nu_j = NULL, a = NULL, K = K, G = G, akg = FALSE)

Arguments

x

The output of the cobiclust function.

nu_j

a vector of . The length is equal to the number of colums.

a

an numeric.

K

an integer specifying the number of groups in rows.

G

an integer specifying the number of groups in columns.

akg

a logical variable indicating whether to use a common dispersion parameter (akg = FALSE) or a dispersion parameter per cocluster (akg = TRUE).

Value

A list of

nu_j

nu_j.

mu_i

mu_i.

t_jg

t_jg.

s_ik

s_ik.

pi_c

pi.

rho_c

rho.

a

a.

exp_utilde

exp_utilde.

exp_logutilde

exp_logutilde.

alpha_c

alpha.


cobiclust documentation built on May 1, 2019, 9:14 p.m.