spectral-clustering 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~eigen
Dependency ranges changed: eigen
Files
spectral-clustering.cabal view
@@ -1,5 +1,5 @@ name: spectral-clustering-version: 0.2.1.1+version: 0.2.1.2 synopsis: Library for spectral clustering. description: Spectral clustering of a matrix. homepage: http://github.com/GregorySchwartz/spectral-clustering#readme@@ -21,7 +21,7 @@ , Math.Clustering.Spectral.Eigen.AdjacencyMatrix build-depends: base >= 4.7 && < 5 , clustering- , eigen+ , eigen == 3.3.4.1 , hmatrix , hmatrix-svdlibc , mwc-random
src/Math/Clustering/Spectral/Eigen/FeatureMatrix.hs view
@@ -31,7 +31,6 @@ import qualified Numeric.LinearAlgebra as H import qualified Numeric.LinearAlgebra.Devel as H import qualified Numeric.LinearAlgebra.SVD.SVDLIBC as SVD-import Debug.Trace -- Local