com.mancrd.ahah.samples.model.circuit
Class WeightUpdate
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightUpdate
public WeightUpdate(int timeStep,
double y,
double dW,
double dB)
- Constructor
- Parameters:
timeStep
- y
- dW
- dB
-
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.