Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
A | The nearest neighbour search algorithm to use (default: weka.core.neighboursearch.LinearNNSearch). | default: true |
batch-size | The desired batch size for batch prediction (default 100). | |
max | Upper bound on the k nearest neighbors for finding max LOF (minPtsUB) (default = 40) | default: 40 |
min | Lower bound on the k nearest neighbors for finding max LOF (minPtsLB) (default = 10) | default: 10 |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 2). | |
num-slots | Number of execution slots. (default 1 - i.e. no parallelism) | default: 1 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |