hierarchical-spectral-clustering-0.2.2.0: 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.

readEigenSparseAdjMatrix :: DecodeOptions -> Handle -> IO (Vector Text, SparseMatrixXd) Source #

Get a sparse adjacency matrix from a handle.