Example usage for weka.classifiers.evaluation.output.prediction Null Null

List of usage examples for weka.classifiers.evaluation.output.prediction Null Null

Introduction

In this page you can find the example usage for weka.classifiers.evaluation.output.prediction Null Null.

Prototype

Null

Source Link

Usage

From source file:adams.flow.transformer.AbstractWekaClassifierEvaluator.java

License:Open Source License

/**
 * Adds options to the internal list of options.
 *///from   w  w w .j a v  a2 s.  co  m
@Override
public void defineOptions() {
    super.defineOptions();

    m_OptionManager.add("output", "output", new Null());

    m_OptionManager.add("always-use-container", "alwaysUseContainer", false);
}