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

Safe HaskellNone
LanguageHaskell2010

Math.Clustering.Hierarchical.Spectral.Load

Synopsis

Documentation

readDenseAdjMatrix :: DecodeOptions -> Handle -> IO (Vector Text, Matrix Double) Source #

Get a dense adjacency matrix from a handle.

readSparseAdjMatrix :: DecodeOptions -> Handle -> IO (Vector Text, SpMatrix Double) Source #

Get a sparse adjacency matrix from a handle.