hierarchical-spectral-clustering-0.5.0.1: Hierarchical spectral clustering of a graph.
Math.Clustering.Hierarchical.Spectral.Utility
subsetVector :: Vector a -> [Int] -> Vector a Source #
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.