Issue | #Downvotes for this reason | By |
---|
d | learningRatio_Decay_set_constant: Learning Ratio Decay in Perceptron set to be constant. (The next parameter). | default: false |
e | fadingFactor: Fading factor for the Perceptron accumulated error | default: 0.99 |
l | learningRatio: Constante Learning Ratio to use for training the Perceptrons in the leaves. | default: 0.01 |
m | learningRateDecay: Learning Rate decay to use for training the Perceptron. | default: 0.001 |
r | randomSeed: Seed for random behaviour of the classifier. | default: 1 |