checkNongroupEdges: Find the smallest edge weight between the target cluster and...

Description Usage Arguments Value

View source: R/checkNongroupEdges.R

Description

This function returns a list of the smallest edge weight between a given cluster and all other clusters. This is used to make the decision to merge clusters when the smallest edge weight is below a given threshold.

Usage

1
checkNongroupEdges(rfmatrix, targetIndex, groupList)

Arguments

rfmatrix

- rf matrix

targetIndex

- index of the target cluster

groupList

- list of all clusters

Value

List of minimum edge weights between the cluster at targetIndex and all other clusters.


mckaylab/TSPmap documentation built on Aug. 19, 2021, 8:38 p.m.