create_adjacency_matrix: Create adjacency matrix from V

View source: R/util.R

create_adjacency_matrixR Documentation

Create adjacency matrix from V

Description

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

Usage

create_adjacency_matrix(V, wt, n)

Arguments

V

Matrix of centroid differences

wt

Weights vector

n

Number of observations in clustering


JhZhang-1999/Rcvxclustr documentation built on Aug. 18, 2022, 9:25 a.m.