Open GoogleCodeExporter opened 9 years ago
Fixes the issue 417.
The problem is because of HashBasedTable used in MutualInformationStats. This
causes the order of featureNames in
MutualInformationFeatureSelectionExtractor.train() becomes arbitarary.
To fix this, I added TreeSet<String>(featureNames) to always have the same
ordering.
Original comment by mjla...@gmail.com
on 24 Mar 2015 at 6:26
Original issue reported on code.google.com by
mjla...@gmail.com
on 24 Mar 2015 at 5:59