Issue | #Downvotes for this reason | By |
---|
filter | weka.PLSFilter(1) | The PLS filter to use. Full classname of filter to include, followed by scheme options. (default: weka.filters.supervised.attribute.PLSFilter) |
A | The algorithm to use. (default: PLS1) | |
C | The number of components to compute. (default: 20) | |
D | If set, classifier is run in debug mode and may output additional info to the console | |
M | Turns replacing of missing values on. (default: off) | |
P | The type of preprocessing that is applied to the data. (default: center) | |
U | Updates the class attribute as well. (default: off) | |
filter | The PLS filter to use. Full classname of filter to include, followed by scheme options. (default: weka.filters.supervised.attribute.PLSFilter) | default: weka.filters.supervised.attribute.PLSFilter |