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

Packages that use Jury
org.strbio.mol.lib These classes represent conceptual objects used in structural biology algorithms. 
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 Jury in org.strbio.mol.lib
 

Fields in org.strbio.mol.lib declared as Jury
protected  Jury Pred2ary.jury
           
 

Constructors in org.strbio.mol.lib with parameters of type Jury
Pred2ary(Jury j)
          Initialize with a given jury set.
 

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

Subclasses of Jury in org.strbio.mol.lib.pred2ary
 class AppletJury
          This is a standard jury that is retrieved over the net using an applet's methods.
 class LargeJury
          The 'large' network set. 120 jurors (level 1 and 2 networks, 15 of which use reduced training) trained on all training sets (0 through 14), 7 unreduced and 1 reduced juror per set.
 class MediumAppletJury
          The 'medium' network set. 8 jurors (level 1 and 2 networks, one of which uses reduced training) trained on training sets 0 through 7 only.
 class MediumJury
          The 'medium' network set. 8 jurors (level 1 and 2 networks, one of which uses reduced training) trained on training sets 0 through 7 only.
 class SmallAppletJury
          The 'small' network set. 1 juror (level 1 and 2 networks), trained on training set 0 only.
 class SmallJury
          The 'small' network set. 1 juror (level 1 and 2 networks), trained on training set 0 only.
 class StandardJury
          Class that implements a jury of secondary structure prediction networks.