getCriteriaNames | R Documentation |
getCriteriaNames
returns the available clustering criteria names.
getCriteriaNames(isInternal)
isInternal |
|
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.
A character vector containing the supported criteria names.
Bernard Desgraupes
bernard.desgraupes@u-paris10.fr
University of Paris Ouest - Nanterre
Lab Modal'X (EA 3454)
See the bibliography at the end of the vignette.
intCriteria
, extCriteria
,
bestCriterion
.
getCriteriaNames(TRUE)
getCriteriaNames(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.