Learn R Programming

clusterCrit (version 1.3.0)

getCriteriaNames: Get clustering criteria names

Description

getCriteriaNames returns the available clustering criteria names.

Usage

getCriteriaNames(isInternal)

Value

A character vector containing the supported criteria names.

Arguments

isInternal

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

Author

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

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.

References

See the bibliography at the end of the vignette.

See Also

intCriteria, extCriteria, bestCriterion.

Examples

Run this code
getCriteriaNames(TRUE)
getCriteriaNames(FALSE)

Run the code above in your browser using DataLab