Uses of Class
org.strbio.mol.lib.pred2ary.PCPSet

Packages that use PCPSet
org.strbio.mol.lib.pred2ary These classes represent conceptual objects used in the Pred2ary program, which are probably not very useful for other purposes. 
 

Uses of PCPSet in org.strbio.mol.lib.pred2ary
 

Subclasses of PCPSet in org.strbio.mol.lib.pred2ary
 class PredictionSet
          Class to represent a set of profiles being used in 2ary structure prediction as a prediction set.
 class TPSet
          Class to represent a set of profiles being used in 2ary structure prediction; this might be either a training or prediction set.
 class TrainingSet
          Class to represent a set of profiles being used in 2ary structure prediction as a training set.
 

Methods in org.strbio.mol.lib.pred2ary with parameters of type PCPSet
 void PCPSet.addPred(PCPSet q)
          add H and E stats together for 2 sets
 int PCPSet.predDiffs(PCPSet b)
          differnces between predictions from another set returns -1 if sets different
 

Constructors in org.strbio.mol.lib.pred2ary with parameters of type PCPSet
PCPSet(PCPSet q)