baliga-lab / cmonkey2

Python port of cMonkey, a machine-learning based method for clustering
GNU Lesser General Public License v3.0
26 stars 16 forks source link

store all iterations (or every 10) in iteration_stats? #36

Closed dreiss-isb closed 10 years ago

dreiss-isb commented 10 years ago

Hi, I see with the standard run of cmonkey.py it saves the stats for iteration 2001 only. Can we have it save stats for every 10 iterations in that table by default? Shouldn't make it much slower, if at all.

dreiss-isb commented 10 years ago

OK, I made the change. We'll have to see if this slows down the runs on the cluster.