Example usage for weka.classifiers.functions IsotonicRegression IsotonicRegression

List of usage examples for weka.classifiers.functions IsotonicRegression IsotonicRegression

Introduction

In this page you can find the example usage for weka.classifiers.functions IsotonicRegression IsotonicRegression.

Prototype

IsotonicRegression

Source Link

Usage

From source file:gr.ntua.ece.cslab.panic.core.models.IsoRegression.java

License:Apache License

public IsoRegression() {
    super();
    classifier = new IsotonicRegression();
}