Issue | #Downvotes for this reason | By |
---|
W | weka.ZeroR(14) | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
C | File name of a cost matrix to use. If this is not supplied, a cost matrix will be loaded on demand. The name of the on-demand file is the relation name of the training data plus ".cost", and the path to the on-demand file is specified with the -N option. | |
I | Number of bagging iterations. (default 10) | default: 10 |
N | Name of a directory to search for cost files when loading costs on demand (default current directory). | default: /Users/IrmavandenBrandt |
P | Size of each bag, as a percentage of the training set size. (default 100) | default: 100 |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) | default: weka.classifiers.rules.ZeroR |
batch-size | The desired batch size for batch prediction (default 100). | |
cost-matrix | The cost matrix in Matlab single line format. | |
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 |