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

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

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

class to show proteins to class prediction network (4-output)


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

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