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

Safe HaskellNone
LanguageHaskell2010

Math.Clustering.Hierarchical.Spectral.Utility

Synopsis

Documentation

permutationTest :: Vector v a => (v a -> b -> Double) -> Int -> v a -> b -> IO Double Source #

Permutation test returning p-value.

permutationTestSparse :: (SpVector Double -> b -> Double) -> Int -> SpVector Double -> b -> IO Double Source #

Permutation test returning p-value from sparse vector.