jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Train Type for RBF "svd" should be "rbf-svd" #162

Closed wiemp closed 10 years ago

wiemp commented 10 years ago

Hello Jeff, when from the Analyst, a RBF network with number of output columns = 1 is created, the train type is set to "svd" (AnalystWizard.java => generateRBF), which should actually be "rbf-svd" (as defined as TYPE_SVD in MLTrainFactory.java)

jeffheaton commented 10 years ago

Good catch, thanks. Just checked in a fix.