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

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

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


Constructor Summary
TrainingSet.Present2ary(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.Present2ary

public TrainingSet.Present2ary(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