Issue | #Downvotes for this reason | By |
---|
B | weka.ZeroR(1) | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") |
B | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") | default: weka.classifiers.rules.ZeroR |
D | If set, classifier is run in debug mode and may output additional info to the console | |
P | Full path to serialized classifier to include. May be specified multiple times to include multiple serialized classifiers. Note: it does not make sense to use pre-built classifiers in a cross-validation. | |
R | The combination rule to use (default: AVG) | default: AVG |
S | Random number seed. (default 1) | default: 1 |