clustering-0.3.1: 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 #

nearest neighbor chain algorithm

single :: DistUpdateFn #

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

single linkage update formula

complete :: DistUpdateFn #

complete linkage update formula

average :: DistUpdateFn #

average linkage update formula

weighted :: DistUpdateFn #

weighted linkage update formula

ward :: DistUpdateFn #

ward linkage update formula