Issue | #Downvotes for this reason | By |
---|
K | weka.PolyKernel(9) | The Kernel to use. (default: weka.classifiers.functions.supportVector.PolyKernel) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
C | The size of the cache (a prime number), 0 for full cache and -1 to turn it off. (default: 250007) | |
E | The number of threads to use, which should be >= size of thread pool. (default 1) | default: 1 |
G | Use conjugate gradient descent instead of BFGS. | |
K | The Kernel to use. (default: weka.classifiers.functions.supportVector.PolyKernel) | default: weka.classifiers.functions.supportVector.PolyKernel |
L | The lambda penalty parameter. (default 0.01) | default: 0.01 |
P | The size of the thread pool, for example, the number of cores in the CPU. (default 1) | default: 1 |
S | Random number seed. (default 1) | default: 1 |
no-checks | Turns off all checks - use with caution! (default: checks on) | |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 2). | |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |