SimpleLinearRegression
Package
weka.classifiers.functions
Synopsis
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.
Options
The table below describes the options available for SimpleLinearRegression.
Option |
Description |
---|---|
debug |
If set to true, classifier may output additional info to the console. |
Capabilities
The table below describes the capabilites of SimpleLinearRegression.
Capability |
Supported |
---|---|
Class |
Date class, Missing class values, Numeric class |
Attributes |
Date attributes, Numeric attributes |
Min # of instances |
1 |