List of usage examples for weka.classifiers.functions LeastMedSq LeastMedSq
LeastMedSq
From source file:gr.ntua.ece.cslab.panic.core.models.LeastSquares.java
License:Apache License
public LeastSquares() { super(); this.classifier = new LeastMedSq(); }