WOLFRAM

Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how
Wolfram Language & System Documentation Center

CriterionFunction

is an option in functions such as ClusterClassify that specifies the criterion to use to select a method.

Details
Details and Options Details and Options
Examples  
Basic Examples  
See Also
Related Guides
History
Cite this Page

CriterionFunction

is an option in functions such as ClusterClassify that specifies the criterion to use to select a method.

Details

  • In the case of ClusterClassify , possible settings for CriterionFunction include:
  • "StandardDeviation" root-mean-square standard deviation
    "RSquared" R-squared
    "Dunn" Dunn index
    "CalinskiHarabasz" CalinskiHarabasz index
    "DaviesBouldin" DaviesBouldin index
    "Silhouette" Silhouette score
    Automatic internal index

Examples

Basic Examples  (1)

Define two nested point clusters:

Wolfram Language code: data = {...}; ListPlot[data]

Construct a classifier function using the Automatic CriterionFunction :

Wolfram Language code: c = ClusterClassify[data, 2]

Construct a classifier function using the "RSquared" index as CriterionFunction :

Wolfram Language code: d = ClusterClassify[data, 2, CriterionFunction -> "RSquared"]

Compare the two clustering of the data:

Wolfram Language code: {ListPlot[GatherBy[data, c]], ListPlot[GatherBy[data, d]]}
Wolfram Research (2016), CriterionFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/CriterionFunction.html (updated 2020).

Text

Wolfram Research (2016), CriterionFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/CriterionFunction.html (updated 2020).

CMS

Wolfram Language. 2016. "CriterionFunction." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/CriterionFunction.html.

APA

Wolfram Language. (2016). CriterionFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CriterionFunction.html

BibTeX

@misc{reference.wolfram_2026_criterionfunction, author="Wolfram Research", title="{CriterionFunction}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/CriterionFunction.html}", note=[Accessed: 14-August-2026]}

BibLaTeX

@online{reference.wolfram_2026_criterionfunction, organization={Wolfram Research}, title={CriterionFunction}, year={2020}, url={https://reference.wolfram.com/language/ref/CriterionFunction.html}, note=[Accessed: 14-August-2026]}

Top [フレーム]

AltStyle によって変換されたページ (->オリジナル) /