clInnerVariances: Compute clusters' variances

Description Usage Arguments Value

View source: R/clEval.R

Description

This function computes the inner variance for each cluster. It takes in input a data.frame or a matrix of data and a vector containing the classification of each sample.

Usage

1
clInnerVariances(data, clClassification, verbose = TRUE, ...)

Arguments

data

Dataset of class type data.frame or matrix

clClassification

Vector of samples' clustering labels

...

Other arguments

Value

A list with:


sarafrr/basicClEval documentation built on Dec. 31, 2020, 5:08 a.m.