edu.rice.comp440.net
Interface Unit

All Known Implementing Classes:
HiddenUnit, InputUnit

public interface Unit
extends java.io.Serializable


Method Summary
 double getValue()
          Returns the current value of this input
 void recompute()
          Recomputes the value of this hidden unit, querying it's prior inputs.
 

Method Detail

recompute

public void recompute()
Recomputes the value of this hidden unit, querying it's prior inputs.

getValue

public double getValue()
Returns the current value of this input
Returns:
The current value of this input