|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetworks.connectivity.Axon
public class Axon
| Constructor Summary | |
|---|---|
Axon(Cell input,
Cell output)
|
|
Axon(Cell input,
Cell output,
double weight)
|
|
| Method Summary | |
|---|---|
double |
getDelta()
|
double |
getWeight()
|
void |
learn(double learningrate)
|
void |
propagate(double activation)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axon(Cell input,
Cell output)
public Axon(Cell input,
Cell output,
double weight)
| Method Detail |
|---|
public void propagate(double activation)
public void learn(double learningrate)
public double getWeight()
public double getDelta()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||