|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaima.learning.statistics.Link
public class Link
Constructor Summary | |
---|---|
Link(Neuron source,
Neuron target,
double weight)
|
Method Summary | |
---|---|
void |
setWeight(double d)
|
Neuron |
source()
|
Neuron |
target()
|
double |
weight()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Link(Neuron source, Neuron target, double weight)
Method Detail |
---|
public Neuron source()
public Neuron target()
public double weight()
public void setWeight(double d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |