hierarchical-spectral-clustering-0.4.1.3: Hierarchical spectral clustering of a graph.

Safe HaskellNone
LanguageHaskell2010

Math.Graph.Components

Synopsis

Documentation

getComponentMats :: Graphable a => a -> [a] Source #

Get the components of a graphable object, an adjacency matrix.

getComponentMatsItems :: Graphable b => Vector a -> b -> [(Vector a, b)] Source #

Get the components of a graphable object, an adjacency matrix with the associated items.