jar

nz.ac.waikato.cms.weka : RBFNetwork

Maven & Gradle

Jan 16, 2015

RBFNetwork · RBFNetwork implements a normalized Gaussian radial basisbasis function network. It uses the k-means clustering algorithm to provide the basis functions and learns either a logistic regression (discrete class problems) or linear regression (numeric class problems) on top of that. Symmetric multivariate Gaussians are fit to the data from each cluster. If the class is nominal it uses the given number of clusters per class. RBFRegressor implements radial basis function networks for regression, trained in a fully supervised manner using WEKA's Optimization class by minimizing squared error with the BFGS method. It is possible to use conjugate gradient descent rather than BFGS updates, which is faster for cases with many parameters, and to use normalized basis functions instead of unnormalized ones.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : RBFNetwork JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : RBFNetwork JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window RBFNetwork-1.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.functions

├─ weka.classifiers.functions.RBFClassifier.class - [JAR]

├─ weka.classifiers.functions.RBFModel.class - [JAR]

├─ weka.classifiers.functions.RBFNetwork.class - [JAR]

├─ weka.classifiers.functions.RBFRegressor.class - [JAR]