DB_funR: DB_funR

Description Usage Arguments Value

View source: R/DB_funR.R

Description

Davies Bouldin index computation.

Usage

1
DB_funR(Data_cumsum, Cluster_partition, C, DIR_output, ncores = 4)

Arguments

Data_cumsum

A Filebacked Big Matrix with signal cumultive sums in columns

Cluster_partition

A list of the resulting cluster assignment. Each list element correspond to a cluster with a list of data vector indices.

C

A matrix of cluster centroids.

DIR_output

An output directory for temporal files.

ncores

Number of cores. Default is 4.

Value

A positive scalar.


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

Related to DB_funR in chickn...