rbfDDA(x, ...)
## S3 method for class 'default':
rbfDDA(x, y, maxit=1, initFunc="Randomize_Weights", initFuncParams=c(-0.3,
0.3), learnFunc="RBF-DDA", learnFuncParams=c(0.4, 0.2, 5),
updateFunc="Topological_Order", updateFuncParams=c(0),
shufflePatterns=TRUE, linOut=FALSE, ...)rbfDDA.default: an rsnns object.rbfDDA: As the output is winner-takes-all, this type of net can only be used
for classification.demo(iris)
demo(rbfDDA_spiralsSnnsR)Run the code above in your browser using DataLab