SciLib.Neuro
Class GaussianRbf

java.lang.Object
  extended by SciLib.Neuro.GaussianRbf
All Implemented Interfaces:
Activation

public class GaussianRbf
extends java.lang.Object
implements Activation

This class defines a Gaussian Radial Basis Function.


Constructor Summary
GaussianRbf()
           
 
Method Summary
 double g(double x)
           
 double gDerivative(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussianRbf

public GaussianRbf()
Method Detail

g

public double g(double x)
Specified by:
g in interface Activation

gDerivative

public double gDerivative(double x)
Specified by:
gDerivative in interface Activation