Not all documented ART1 parameters actually used
peterdekker opened this issue · 0 comments
peterdekker commented
Not all parameters that are documented for ART1, are, as far as I can see, actually used: http://neupy.com/modules/generated/neupy.algorithms.ART1.html Three parameters which come from BaseNetwork: show_epoch, shuffle_data and signals, are not used.
If I look at the source code, theseparameters are used in the train() method of BaseNetwork. However, ART1 has its own train() method, which does not call the train() method of BaseNetwork, and does not use these parameters.
Would it be good to remove these parameters from the documentation for ART1?