wcss: Compute clusters' Within Cluster Sum of Squares

Description Usage Arguments Value

View source: R/clEval.R

Description

This function computes the Within Cluster Sum of Squares WCSS 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
wcss(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.