Issue | #Downvotes for this reason | By |
---|
A | Use attribute weights. | |
C | The scale optimization option: global scale (1), one scale per unit (2), scale per unit and attribute (3) (default is 2). | default: 2 |
D | If set, classifier is run in debug mode and may output additional info to the console | |
E | The number of threads to use, which should be >= size of thread pool. (default 1) | default: 1 |
G | Use conjugate gradient descent (recommended for many attributes). | |
L | Tolerance parameter for delta values (default is 1.0e-6). | default: 1.0E-6 |
N | Number of Gaussian basis functions (default is 2). | default: 2 |
O | Use normalized basis functions. | |
P | The size of the thread pool, for example, the number of cores in the CPU. (default 1) | default: 1 |
R | Ridge factor for quadratic penalty on output weights (default is 0.01). | default: 0.01 |
S | Random number seed. (default 1) | default: 1 |