|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.util.randomize.BasicRandomizer
public abstract class BasicRandomizer
Provides basic functionality that most randomizers will need.
| Constructor Summary | |
|---|---|
BasicRandomizer()
|
|
| Method Summary | |
|---|---|
void |
randomize(BasicNetwork network)
Randomize the synapses and thresholds in the basic network based on an array, modify the array. |
void |
randomize(double[] d)
Randomize the array based on an array, modify the array. |
void |
randomize(java.lang.Double[] d)
Randomize the array based on an array, modify the array. |
void |
randomize(double[][] d)
Randomize the 2d array based on an array, modify the array. |
void |
randomize(java.lang.Double[][] d)
Randomize the 2d array based on an array, modify the array. |
void |
randomize(Matrix m)
Randomize the matrix based on an array, modify the array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.encog.util.randomize.Randomizer |
|---|
randomize |
| Constructor Detail |
|---|
public BasicRandomizer()
| Method Detail |
|---|
public void randomize(BasicNetwork network)
randomize in interface Randomizernetwork - A network to randomize.public void randomize(double[] d)
randomize in interface Randomizerd - An array to randomize.public void randomize(java.lang.Double[] d)
randomize in interface Randomizerd - An array to randomize.public void randomize(double[][] d)
randomize in interface Randomizerd - An array to randomize.public void randomize(java.lang.Double[][] d)
randomize in interface Randomizerd - An array to randomize.public void randomize(Matrix m)
randomize in interface Randomizerm - A matrix to randomize.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||