DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : RBFNetwork Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file RBFNetwork-1.0.8-javadoc.jar to RBFNetwork-1.0.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder RBFNetwork-1.0.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "RBFNetwork-1.0.8-sources.jar" -d "RBFNetwork-1.0.8-javadoc" -subpackages