Example usage for Java weka.classifiers.functions RBFNetwork fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances instances) Builds the classifier |
void | setClusteringSeed(int seed) Set the random seed to be passed on to K-means. |
void | setMaxIts(int newMaxIts) Set the value of MaxIts. |
void | setMinStdDev(double newMinStdDev) Set the MinStdDev value. |
void | setNumClusters(int numClusters) Set the number of clusters for K-means to generate. |
void | setRidge(double ridge) Sets the ridge value for logistic or linear regression. |