partition_gen_by_p {biclustermd}R Documentation

Create a partition matrix with a partition vector p

Description

Create a partition matrix with a partition vector p

Usage

partition_gen_by_p(N, K, p)

Arguments

N

Rows in a partition matrix

K

Number of prototypes to create

p

Integer vector containing the cluster each row in a partition matrix is to be assigned to.

Value

A partition matrix.


[Package biclustermd version 0.2.3 Index]