|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RBFEnum | |
|---|---|
| org.encog.mathutil.rbf | |
| org.encog.neural.networks.layers | |
| org.encog.neural.networks.training.competitive.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.networks.layers |
|---|
| Methods in org.encog.neural.networks.layers with parameters of type RBFEnum | |
|---|---|
void |
RadialBasisFunctionLayer.randomizeRBFCentersAndWidths(int dimensions,
double min,
double max,
RBFEnum t)
Set the RBF components to random values. |
void |
RadialBasisFunctionLayer.setRBFCentersAndWidths(double[][] centers,
double[] widths,
RBFEnum t)
Array containing center position. |
void |
RadialBasisFunctionLayer.setRBFCentersAndWidthsEqualSpacing(double minPosition,
double maxPosition,
RBFEnum t,
int dimensions,
double volumeNeuronRBFWidth,
boolean useWideEdgeRBFs)
Equally spaces all hidden neurons within the n dimensional variable space. |
void |
RadialBasisFunctionLayer.setRBFFunction(int index,
RBFEnum t,
double[] centers,
double width)
Set an RBF function. |
| Uses of RBFEnum in org.encog.neural.networks.training.competitive.neighborhood |
|---|
| Constructors in org.encog.neural.networks.training.competitive.neighborhood with parameters of type RBFEnum | |
|---|---|
NeighborhoodRBF(RBFEnum type,
int x,
int y)
Construct a 2d neighborhood function based on the sizes for the x and y dimensions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||