Uses of Interface
org.strbio.util.NeuralNet.Trainable

Packages that use NeuralNet.Trainable
org.strbio.mol.lib.pred2ary These classes represent conceptual objects used in the Pred2ary program, which are probably not very useful for other purposes. 
org.strbio.util These classes perform general purpose utility functions. 
 

Uses of NeuralNet.Trainable in org.strbio.mol.lib.pred2ary
 

Classes in org.strbio.mol.lib.pred2ary that implement NeuralNet.Trainable
 class TrainingSet.Present2ary
           
 class TrainingSet.PresentClass1
          class to show proteins to class prediction network (1-output) depends on training_class being set.
 class TrainingSet.PresentClass4
          class to show proteins to class prediction network (4-output)
 class TrainingSet.PresentLvl2
           
 

Uses of NeuralNet.Trainable in org.strbio.util
 

Methods in org.strbio.util with parameters of type NeuralNet.Trainable
 void NeuralNet.setPatternPresenter(NeuralNet.Trainable p)
          set the pattern presentation object.