leastMedSquared: Implements a least median squared linear regression utilizing the existing weka LinearRegression class to form predictions.

URL:http://weka.sourceforge.net/doc.packages/leastMedSquared
Author:Tony Voyle
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>

Implements a least median squared linear regression utilizing the existing weka LinearRegression class to form predictions. Least squared regression functions are generated from random subsamples of the data. The least squared regression with the lowest meadian squared error is chosen as the final model.

The basis of the algorithm is

Peter J. Rousseeuw, Annick M. Leroy (1987). Robust regression and outlier detection.

All available versions:
Latest
1.0.1
1.0.0