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

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

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

class to show proteins to class prediction network (1-output) depends on training_class being set.


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

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