Issue | #Downvotes for this reason | By |
---|
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). | |
N | Number of hidden units (default is 2). | default: 2 |
O | Tolerance parameter for delta values (default is 1.0e-6). | default: 1.0E-6 |
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 weights (default is 0.01). | default: 0.01 |
S | Random number seed. (default 1) | default: 1 |