clustering-0.4.0: High performance clustering algorithms

Copyright(c) 2015 Kai Zhang
LicenseMIT
Maintainerkai@kzhang.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

AI.Clustering.Hierarchical.Internal

Description

Warning: To be used by developer only

Synopsis

Documentation

nnChain :: DistanceMat -> DistUpdateFn -> Dendrogram Int Source #

nearest neighbor chain algorithm

single :: DistUpdateFn Source #

all update functions perform destructive updates, and hence should not be called by end users

single linkage update formula

complete :: DistUpdateFn Source #

complete linkage update formula

average :: DistUpdateFn Source #

average linkage update formula

weighted :: DistUpdateFn Source #

weighted linkage update formula

ward :: DistUpdateFn Source #

ward linkage update formula