neupy icon indicating copy to clipboard operation
neupy copied to clipboard

Not all documented ART1 parameters actually used

Open peterdekker opened this issue 2 years ago • 0 comments

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?

peterdekker avatar Jan 29 '22 11:01 peterdekker