|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RBFEnum | |
|---|---|
| org.encog.mathutil.rbf | |
| org.encog.neural.pattern | This package contains many helper classes to create neural network types. |
| org.encog.neural.rbf | This package contains classes for RBF networks. |
| org.encog.neural.som.training.basic.neighborhood | This package provides neighborhood functions for the SOM. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||