SimpleLinearRegression (original) (raw)


public class SimpleLinearRegression
extends Classifier
implements WeightedInstancesHandler
Learns a simple linear regression model. Picks the attribute that results in the lowest squared error. Missing values are not allowed. Can only deal with numeric attributes.
Valid options are:
-D
If set, classifier is run in debug mode and
may output additional info to the console
Version: Revision:5523Revision: 5523 Revision:5523
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
See Also:
Serialized Form