DBindex_BIG: DBindex_BIG

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Davies Bouldin index computation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
DBindex_BIG(
  X_cumsum,
  rowInd,
  Clusters,
  C,
  C_cumsum,
  cluster_size,
  DistInter,
  R
)

Arguments

X_cumsum

is a Filebacked data cummulative sum matrix n x N

rowInd

is a vector of the row indeces

Clusters

is a list of cluster assignment

C

is a matrix of the cluster centroids

C_cumsum

is a matrix of the cummulative sums of cluster centroids

cluster_size

is a vector of the cluster sizes

DistInter

is a matrix of the inter distances

R

is a matrix of the intra distances

Value

A value of the DB index


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

Related to DBindex_BIG in chickn...