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::Evaluatorclass, because we cannot have a class and a module with the same name Evaluator in Ruby.
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.