EdwardRaff / JSAT

Java Statistical Analysis Tool, a Java library for Machine Learning
GNU General Public License v3.0
789 stars 205 forks source link

Fix misprint #88

Closed Egor18 closed 4 years ago

Egor18 commented 4 years ago

Condition categories.length != categories.length is always false. It should be this.categories.length != categories.length. (I found this with the data-flow analyzer I'm working on.)