Issue | #Downvotes for this reason | By |
---|
c | splitConfidence: The allowable error in split decision, values closer to 0 will take longer to decide. | default: 1.0E-6 |
g | gracePeriod: The number of instances a leaf should observe between split attempts. | default: 200 |
i | anomalyThreshold: The threshold value to be used in the anomaly detection. | default: 15 |
k | probabilityThreshold: The threshold value. | default: 0.1 |
o | anomalyprobabilityThreshold: The threshold value. | default: 0.99 |
p | Pmin: Percentage of the total number of example seen in the node. | default: 0.1 |
r | orderedRules: orderedRules. | default: false |
t | tieThreshold: Threshold below which a split will be forced to break ties. | default: 0.05 |
u | anomalyDetection: anomaly Detection. | default: false |
z | predictionFunctionOption: The prediction function to use. | default: firstHit |