Example usage for weka.classifiers.functions LeastMedSq LeastMedSq

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

Introduction

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

Prototype

LeastMedSq

Source Link

Usage

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

License:Apache License

public LeastSquares() {
    super();
    this.classifier = new LeastMedSq();
}