DBindex: DBindex

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Davies Bouldin index computation.

Usage

1
DBindex(X_cumsum, rowInd, Clusters, C, cluster_size, DistInter)

Arguments

X_cumsum

is a Filebacked Big Matrix, which contains column matrix cumulative sums.

rowInd

is a vector of the row indeces

Clusters

is a list of cluster assignment

C

is a matrix of the cluster centroids

cluster_size

is a vector of the cluster sizes

DistInter

is a Filebacked Big Matrix, which stores distances between a cluster centoid and signals in the cluster

Value

A value of the DB index


chickn documentation built on Jan. 13, 2021, 10:53 p.m.

Related to DBindex in chickn...