Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Feature v0.3.0 function classifier #25

Closed ThomJ130 closed 3 weeks ago

ThomJ130 commented 3 weeks ago

Provides a FunctionClassifier, which is a simpler way of creating a classifier without needing to create a struct that implements Classifier. Simply pass in a closure that take in a vector and returns a bool result.