paulgoetze / weka-jruby

Machine Learning & Data Mining with JRuby
MIT License
65 stars 8 forks source link

Add curve classes to classifier evaluator namespace #20

Closed paulgoetze closed 7 years ago

paulgoetze commented 7 years ago

The evaluator Curve classes are handy to generate curve data, e.g. if you like to visualise the results of a cross validation of a classifier.

We need to define the Curve classes inside of the Weka::Classifiers::Evaluator class, because we cannot have a class and a module with the same name Evaluator in Ruby.