fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Weka data writer requires all data to be in memory #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The weka data writer collects all of the instance data and then at the end 
creates the weka.Instances object which is used to write out the arff data 
file.  This could be done using the InstanceDataWriter instead and have the 
finish method read in the instances from disk to create the final instances 
object.  

Original issue reported on code.google.com by phi...@ogren.info on 12 Feb 2012 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by lee.becker on 17 Feb 2013 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 3 May 2013 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 15 Mar 2014 at 5:41