Uses of Class
org.encog.mathutil.rbf.RBFEnum

Packages that use RBFEnum
org.encog.mathutil.rbf   
org.encog.neural.pattern   
org.encog.neural.rbf   
org.encog.neural.som.training.basic.neighborhood   
 

Uses of RBFEnum in org.encog.mathutil.rbf
 

Methods in org.encog.mathutil.rbf that return RBFEnum
static RBFEnum RBFEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RBFEnum[] RBFEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RBFEnum in org.encog.neural.pattern
 

Methods in org.encog.neural.pattern with parameters of type RBFEnum
 void RadialBasisPattern.setRBF(RBFEnum type)
           
 

Uses of RBFEnum in org.encog.neural.rbf
 

Methods in org.encog.neural.rbf with parameters of type RBFEnum
 void RBFNetwork.randomizeRBFCentersAndWidths(double min, double max, RBFEnum t)
          Set the RBF components to random values.
 void RBFNetwork.setRBFCentersAndWidths(double[][] centers, double[] widths, RBFEnum t)
          Array containing center position.
 void RBFNetwork.setRBFCentersAndWidthsEqualSpacing(double minPosition, double maxPosition, RBFEnum t, double volumeNeuronRBFWidth, boolean useWideEdgeRBFs)
          Equally spaces all hidden neurons within the n dimensional variable space.
 void RBFNetwork.setRBFFunction(int index, RBFEnum t, double[] centers, double width)
          Set an RBF function.
 

Constructors in org.encog.neural.rbf with parameters of type RBFEnum
RBFNetwork(int inputCount, int hiddenCount, int outputCount, RBFEnum t)
          Construct RBF network.
 

Uses of RBFEnum in org.encog.neural.som.training.basic.neighborhood
 

Constructors in org.encog.neural.som.training.basic.neighborhood with parameters of type RBFEnum
NeighborhoodRBF(int[] size, RBFEnum type)
          Construct a multi-dimensional neighborhood function.
NeighborhoodRBF(RBFEnum type, int x, int y)
          Construct a 2d neighborhood function based on the sizes for the x and y dimensions.
NeighborhoodRBF1D(RBFEnum type)
          Construct a 1d neighborhood function.
 



Copyright © 2014. All Rights Reserved.