cobiclustering: Creation of the cobiclustering class.

View source: R/cobiclustering.R

cobiclusteringR 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()
)

cobiclust documentation built on May 29, 2024, 6:23 a.m.