aima.learning.statistics
Class Link

java.lang.Object
  extended by aima.learning.statistics.Link

public class Link
extends java.lang.Object


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

Link

public Link(Neuron source,
            Neuron target,
            double weight)
Method Detail

source

public Neuron source()
Returns:
Returns the source.

target

public Neuron target()
Returns:
Returns the target.

weight

public double weight()
Returns:
Returns the weight.

setWeight

public void setWeight(double d)