Densly Connected Bi-Clusters in Haskell
Go to file
tpajenka 940cf72b05 removed Text dependency, parsing only via ByteString (and String). Just
slightly faster than the previous version.
2014-01-11 19:59:14 +01:00
dist multiple changes 2013-11-29 18:46:49 +01:00
references Added Data for tests, found bugs.. 2013-12-02 22:46:14 +01:00
src - added possibility to read parameter input file (alpha, omega, delta) 2014-01-05 22:12:41 +01:00
submodules/haskell-ordnub added ordnub-submodule with varying implementations 2013-12-18 11:12:22 +01:00
.gitignore added doc to .gitignore - invoke "cabal haddock --executables" for up2date documentation 2013-12-01 15:37:53 +01:00
git-daemon-export-ok added export 2013-11-18 22:42:18 +01:00
hgraph linked to binary in /, added sample-Matrix 2013-11-14 13:54:08 +01:00
hgraph.cabal nub -> ordNub (O(n^2) -> O(n log n)) 2013-12-18 11:36:33 +01:00
N64E256.dat linked to binary in /, added sample-Matrix 2013-11-14 13:54:08 +01:00
N500E1284.adj removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N500E1284.adj.atr removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N512E2048.dat added new test-data 2013-11-14 17:26:47 +01:00
N1000E4995.adj removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N1000E4995.adj.atr removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N1500E11243.adj removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N1500E11243.adj.atr removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N2000E19990.adj removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
N2000E19990.adj.atr removed Text dependency, parsing only via ByteString (and String). Just 2014-01-11 19:59:14 +01:00
sampledata10.adj Added Data for tests, found bugs.. 2013-12-02 22:46:14 +01:00
sampledata10.adj.atr Added Data for tests, found bugs.. 2013-12-02 22:46:14 +01:00
sampledata100.adj made parallel 2013-12-09 01:51:32 +01:00
sampledata100.adj.atr made parallel 2013-12-09 01:51:32 +01:00
sampledata200.adj made parallel 2013-12-09 01:51:32 +01:00
sampledata200.adj.atr made parallel 2013-12-09 01:51:32 +01:00
sampledata300.adj made parallel 2013-12-09 01:51:32 +01:00
sampledata300.adj.atr made parallel 2013-12-09 01:51:32 +01:00
sampledata512.adj Added Data for tests, found bugs.. 2013-12-02 22:46:14 +01:00
sampledata512.adj.atr Added Data for tests, found bugs.. 2013-12-02 22:46:14 +01:00
sampledata.adj made parallel 2013-12-09 01:51:32 +01:00
sampledata.adj.atr made parallel 2013-12-09 01:51:32 +01:00
sampledata.p forgot to commit properties file 2014-01-06 10:58:00 +01:00
sampledataSmall.adj made parallel 2013-12-09 01:51:32 +01:00
sampledataSmall.adj.atr made parallel 2013-12-09 01:51:32 +01:00
Setup.lhs initial commit 2013-11-14 13:28:05 +01:00