Kiyoshika / CppEZML

A work in progress C++ machine learning library designed to be very easy to use. Everything pretty much written from scratch.
0 stars 0 forks source link

FilterData.h missing > and < conditions #39

Closed Kiyoshika closed 3 years ago

Kiyoshika commented 3 years ago

I've implemented >= and <= but apparently forgot > and <.

Kiyoshika commented 3 years ago

filter() method completely overhauled in ed4f96d and FilterData.h was removed.

Overhaul fixes this problem as now filters are user-defined functions passed to the method as a parameter.