Issue | #Downvotes for this reason | By |
---|
A | noAnomalyDetection: Disable anomaly Detection. | default: false |
H | DoNotDetectChanges: Drift Detection. Page-Hinkley. | default: false |
O | setOrderedRulesOn: orderedRules. | default: false |
P | predictionFunctionOption: The prediction function to use. | default: Adaptative |
a | pageHinckleyAlpha: The alpha value to use in the Page Hinckley change detection tests. | default: 0.5 |
c | splitConfidence: Hoeffding Bound Parameter. The allowable error in split decision, values closer to 0 will take longer to decide. | default: 1.0E-7 |
d | learningRatio_Decay_set_constant: Learning Ratio Decay in Perceptron set to be constant. (The next parameter). | default: false |
g | gracePeriod: Hoeffding Bound Parameter. The number of instances a leaf should observe between split attempts. | default: 200 |
l | pageHinckleyThreshold: The threshold value (Lambda) to be used in the Page Hinckley change detection tests. | default: 50 |
m | multivariateAnomalyProbabilityThresholdd: Multivariate anomaly threshold value. | default: 0.99 |
n | anomalyThreshold: The threshold value of anomalies to be used in the anomaly detection. | default: 30 |
s | learningRatio: Constante Learning Ratio to use for training the Perceptrons in the leaves. | default: 0.01 |
t | tieThreshold: Hoeffding Bound Parameter. Threshold below which a split will be forced to break ties. | default: 0.05 |
u | univariateAnomalyprobabilityThreshold: Univariate anomaly threshold value. | default: 0.1 |
v | verbosity: Output Verbosity Control Level. 1 (Less) to 4 (More) | default: 1 |