All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.neuralnet.Link

java.lang.Object
   |
   +----berkeley.cs.dmc.neuralnet.Link

public class Link
extends Object

Variable Index

 o in
 o out
 o weight

Constructor Index

 o Link(Neuron, Neuron, double)

Variables

 o in
 public Neuron in
 o out
 public Neuron out
 o weight
 public double weight

Constructors

 o Link
 public Link(Neuron in,
             Neuron out,
             double wt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index