over_bet_KM: Tropical cluster betweeness measure for a each of a set of...

View source: R/trop.clus.bet.KM.R

over_bet_KMR Documentation

Tropical cluster betweeness measure for a each of a set of k-means derived set of clusters

Description

This function calculates an overall betweenness measure between a set of clusters derived from tropical k-means clustering

Usage

over_bet_KM(A, C)

Arguments

A

matrix of tropical points; rows are points with the last column representing a numbered cluster assignment

C

number of clusters

Value

betweenness cluster measure

Author(s)

David Barnhill david.barnhill@nps.edu

References

David Barnhill, Ruriko Yoshida (2023). Clustering Methods Over the Tropically Convex Sets.

Examples


hars<-Sim_points
cls<-c(rep(1,50),rep(2,50),rep(3,50))
cl_pt<-cbind(hars,cls)

C<-3
over_bet_KM(cl_pt,C)

TML documentation built on Sept. 11, 2024, 6:19 p.m.