DEVELOPMENT...
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 type of weight setting for each single-instance: 0.keep the weight to be the same as the original value; 1.weight = 1.0 2.weight = 1.0/Total number of single-instance in the corresponding bag 3. weight = Total number of single-instance / (Total number of bags * Total number of single-instance in the corresponding bag). (default: 3) | default: 3 |
P | The method used in testing: 1.arithmetic average 2.geometric average 3.max probability of positive bag. (default: 1) | default: 2 |
W | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) | default: weka.classifiers.rules.ZeroR |
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 |