create_adjacency {cvxbiclustr}R Documentation

Create adjacency matrix from V

Description

create_adjacency creates an n-by-n sparse adjacency matrix from the matrix of centroid differences.

Usage

create_adjacency(V, Phi)

Arguments

V

Matrix of centroid differences

Phi

Edge-incidence matrix


[Package cvxbiclustr version 0.0.1 Index]