Issue | #Downvotes for this reason | By |
---|
filter | weka.PLSFilter(2) | The PLS filter to use. Full classname of filter to include, followed by scheme options. (default: weka.filters.supervised.attribute.PLSFilter) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
A | The algorithm to use. (default: PLS1) | |
C | The number of components to compute. (default: 20) | |
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 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |