clusterCrit (version 1.2.8)

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.

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)

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
# NOT RUN {
getCriteriaNames(TRUE)
getCriteriaNames(FALSE)
# }

Run the code above in your browser using DataLab