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

Safe HaskellNone
LanguageHaskell2010

Math.Graph.Types

Synopsis

Documentation

orderedEdges :: Gr Int a -> [(Int, Int, a)] Source #

Get a re-mapped edge list with nodes ordered from 0 to the number of nodes in the graph.

class Graphable a where Source #

Graphable class for converting matrices to and from a graph.