kmst: construct k-mst

View source: R/kmst.R

kmstR Documentation

construct k-mst

Description

construct k-mst

Usage

kmst(y = NULL, dis = NULL, k = 1)

Arguments

y

data

dis

distance matrix

k

parameter in K-MST, with default 1

Value

An edge matrix representing a similarity graph. Each row represents an edge and records the indices of two ends of an edge in two columns.


rgTest documentation built on Aug. 14, 2023, 5:08 p.m.