getCriteriaNames {clusterCrit} | R Documentation |
Get clustering criteria names
Description
getCriteriaNames
returns the available clustering criteria names.
Usage
getCriteriaNames(isInternal)
Arguments
isInternal |
|
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
intCriteria
, extCriteria
,
bestCriterion
.
Examples
getCriteriaNames(TRUE)
getCriteriaNames(FALSE)
[Package clusterCrit version 1.3.0 Index]