Displaying 1 result from an estimated 1 matches for "rbfnetwork".
Did you mean:
cfnetwork
2012 Feb 24
0
RBFNetwork in RWeka
Dear Forum,
I have installed and used various Weka functions in R - both already
available interfaces or created ones via make_Weka_classifier - without any
trouble. However, the RBFNetwork (RBF Neural Network) function is one that I
have not been able to call. I tried creating the R interface using RBF<-
make_Weka_classifier("weka/classifiers/functions/RBFNetwork"), and the
following is the error I get:
Error in .jnew(name) : java.lang.ClassNotFoundException
Does anyo...