Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getCriteriaNames

Get clustering criteria names


Description

getCriteriaNames returns the available clustering criteria names.

Usage

getCriteriaNames(isInternal)

Arguments

isInternal

[logical] : get internal indices if TRUE, external indices otherwise.

Details

getCriteriaNames returns a list of the available internal or external clustering indices depending on the isInternal logical argument.

The internal indices can be used in the crit argument of the intCriteria function and the external indices similarly in the extCriteria function.

Value

A character vector containing the supported criteria names.

Author

Bernard Desgraupes
bernard.desgraupes@u-paris10.fr
University of Paris Ouest - Nanterre
Lab Modal'X (EA 3454)

References

See the bibliography at the end of the vignette.

See Also

Examples

getCriteriaNames(TRUE)
getCriteriaNames(FALSE)

clusterCrit

Clustering Indices

v1.2.8
GPL (>= 2)
Authors
Bernard Desgraupes (University of Paris Ouest - Lab Modal'X)
Initial release
2018-07-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.