Issue | #Downvotes for this reason | By |
---|
W | weka.FilteredClassifier_Logistic(1) | 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. | |
M | Minimize expected misclassification cost. Default is to reweight training instances according to costs per class | |
N | Name of a directory to search for cost files when loading costs on demand (default current directory). | default: C:\Program Files\Weka-3-8 |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) | default: weka.classifiers.meta.FilteredClassifier |
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 |