cobiclustering: Creation of the cobiclustering class.

Description Usage

View source: R/cobiclustering.R

Description

Creation of the cobiclustering class.

Usage

1
2
3
4
5
6
7
8
9
cobiclustering(
  data = matrix(nrow = 3, ncol = 3, NA),
  K = 2,
  G = 2,
  classification = list(length = 2),
  strategy = list(),
  parameters = list(),
  info = list()
)

julieaubert/cobiclust documentation built on Sept. 7, 2020, 6:38 p.m.