som 10.1.1 → 10.1.2
raw patch · 5 files changed
+10/−6 lines, 5 files
Files
- ChangeLog.md +2/−1
- som.cabal +2/−2
- src/Data/Datamining/Clustering/SGM2Internal.hs +2/−1
- src/Data/Datamining/Clustering/SGMInternal.hs +2/−1
- src/Data/Datamining/Clustering/SOMInternal.hs +2/−1
ChangeLog.md view
@@ -1,6 +1,7 @@ # Changelog for som -10.0.2 Fixed a warning.+10.1.2 Fixed a warning.+10.1.1 Fixed a warning. Added more documentation. 10.0.1 Upgraded to Stackage lts-12.16. 10.0.0 Revamped to work with Stack v1.7.1.
som.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5821eed6b940eb4034165c9ddfccc442441bba7ee1f8f61c9d11022f811eba6d+-- hash: a3aa4f1cafee447c60a82975496ad7f90007d0fab9af1ac9d17e3e4f32324370 name: som-version: 10.1.1+version: 10.1.2 synopsis: Self-Organising Maps description: Please see the README on GitHub at <https://github.com/mhwombat/som#readme> category: Math
src/Data/Datamining/Clustering/SGM2Internal.hs view
@@ -12,7 +12,8 @@ -- ------------------------------------------------------------------------ {-# LANGUAGE TypeFamilies, FlexibleContexts, FlexibleInstances,- MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric #-}+ MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric,+ UndecidableInstances #-} module Data.Datamining.Clustering.SGM2Internal where
src/Data/Datamining/Clustering/SGMInternal.hs view
@@ -12,7 +12,8 @@ -- ------------------------------------------------------------------------ {-# LANGUAGE TypeFamilies, FlexibleContexts, FlexibleInstances,- MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric #-}+ MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric,+ UndecidableInstances #-} module Data.Datamining.Clustering.SGMInternal where
src/Data/Datamining/Clustering/SOMInternal.hs view
@@ -12,7 +12,8 @@ -- ------------------------------------------------------------------------ {-# LANGUAGE TypeFamilies, FlexibleContexts, FlexibleInstances,- MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric #-}+ MultiParamTypeClasses, DeriveAnyClass, DeriveGeneric,+ UndecidableInstances #-} module Data.Datamining.Clustering.SOMInternal where