cobiclustering {cobiclust}R Documentation

Creation of the cobiclustering class.

Description

Creation of the cobiclustering class.

Usage

cobiclustering(
  data = matrix(nrow = 3, ncol = 3, NA),
  K = 2,
  G = 2,
  classification = list(length = 2),
  strategy = list(),
  parameters = list(),
  info = list()
)

[Package cobiclust version 0.1.2 Index]