com.mancrd.ahah.samples.model.circuit
Class WeightUpdate

java.lang.Object
  extended by com.mancrd.ahah.samples.model.circuit.WeightUpdate
All Implemented Interfaces:
Comparable<WeightUpdate>

public class WeightUpdate
extends Object
implements Comparable<WeightUpdate>


Constructor Summary
WeightUpdate(int timeStep, double y, double dW, double dB)
          Constructor
 
Method Summary
 int compareTo(WeightUpdate o)
           
 double getdB()
           
 double getdW()
           
 int getTimeStep()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightUpdate

public WeightUpdate(int timeStep,
                    double y,
                    double dW,
                    double dB)
Constructor

Parameters:
timeStep -
y -
dW -
dB -
Method Detail

compareTo

public int compareTo(WeightUpdate o)
Specified by:
compareTo in interface Comparable<WeightUpdate>

getTimeStep

public int getTimeStep()

getY

public double getY()

getdW

public double getdW()

getdB

public double getdB()


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.