palavrix / moa

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

Bug in moa.streams.clustering.FileStream #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
moa.streams.clustering.FileStream

line 191 reads:

numAttsOption = new IntOption("numAtts", 'a',"", removeAttributes.length+1);

should be:

numAttsOption = new IntOption("numAtts", 'a',"", instances.numAttributes() - 
removeAttributes.length);

Leads to incorrect functioning of clustering GUI.

Original issue reported on code.google.com by daniel.p...@gmail.com on 23 Nov 2011 at 4:06

GoogleCodeExporter commented 8 years ago
Done! Thanks!

Original comment by abi...@gmail.com on 16 Feb 2012 at 6:15