org.strbio.mol.lib.pred2ary
Class TrainingSet.PresentLvl2

java.lang.Object
  extended by org.strbio.mol.lib.pred2ary.TrainingSet.PresentLvl2
All Implemented Interfaces:
NeuralNet.Trainable
Enclosing class:
TrainingSet

public class TrainingSet.PresentLvl2
extends java.lang.Object
implements NeuralNet.Trainable


Constructor Summary
TrainingSet.PresentLvl2(TPSet.NetVars v)
           
 
Method Summary
 void presentPatterns(NeuralNet n)
          This method should not modify any weights itself; just present all the patterns and call prop() and backprop() for each.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingSet.PresentLvl2

public TrainingSet.PresentLvl2(TPSet.NetVars v)
Method Detail

presentPatterns

public void presentPatterns(NeuralNet n)
Description copied from interface: NeuralNet.Trainable
This method should not modify any weights itself; just present all the patterns and call prop() and backprop() for each.

Specified by:
presentPatterns in interface NeuralNet.Trainable