weka.LinearRegression
Visibility: public
Uploaded 05-12-2016 by
Bailey
Weka_3.8.0
0 runs
0 likes
downloaded by 0 people 0 issues
0 downvotes
, 0 total downloads
Issue |
#Downvotes for this reason |
By |
|
Weka implementation of LinearRegression
Parameters
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built
(use with caution). | |
C | Do not try to eliminate colinear attributes. | |
R | Set ridge parameter (default 1.0e-8). | default: 1.0E-8 |
S | Set the attribute selection method to use. 1 = None, 2 = Greedy.
(default 0 = M5' method) | default: 0 |
additional-stats | Output additional statistics. | |
batch-size | The desired batch size for batch prediction (default 100). | |
minimal | Conserve memory, don't keep dataset header and means/stdevs.
Model cannot be printed out if this option is enabled. (default: keep data) | |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 4). | default: 4 |
output-debug-info | If set, classifier is run in debug mode and
may output additional info to the console | |
0
Runs
List all runs
Parameter: