|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSciLib.Neuro.Nnet
SciLib.Neuro.Madaline
public class Madaline
This class defines A Madeline Network.
| Field Summary |
|---|
| Fields inherited from class SciLib.Neuro.Nnet |
|---|
averageError, DesiredOutputMatrix, errorThreshold, g, hidden, hiddenSize, inSize, learningRate, momentum, numberOfHiddenLayers, NumberOfTestPatterns, NumberOfTrainingPatterns, output, outSize, testingData, testingDesiredOutput, trainingData, trainingDesiredOutput |
| Constructor Summary | |
|---|---|
Madaline(int is,
int os,
Activation phi)
Make A Madeline network with specific size and activation function |
|
| Method Summary | |
|---|---|
void |
computeOutput(vector x)
Compute output |
void |
setup()
|
java.lang.String |
testing()
Testing A Madaline network |
void |
training(double epsi,
double eta)
Training a Madaline network |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Madaline(int is,
int os,
Activation phi)
is - An integer value, the input sizeos - An integer value, the output sizephi - An Activation object| Method Detail |
|---|
public void setup()
public void computeOutput(vector x)
public void training(double epsi,
double eta)
epsi - The tolerance erroreta - The learning ratepublic java.lang.String testing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||