EdwardRaff / JSAT

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

Fix invalid comparison #87

Closed Egor18 closed 4 years ago

Egor18 commented 4 years ago

Condition yiv.getIndex() > xiv.getIndex() is always false when reached here. (I found this with the data-flow analyzer I'm working on.)