userinterface.gui
Class GUIComplexScorer

java.lang.Object
  extended by userinterface.gui.GUIComplexScorer

public class GUIComplexScorer
extends Object


Constructor Summary
GUIComplexScorer(ComplexSet complexSet, Colocalization coloc, boolean PPV, Frame parent, String title)
           
GUIComplexScorer(ComplexSet complexSet, GUIMain parent, String title)
           
GUIComplexScorer(ComplexSet complexSet, ScoresCalculator scoresCalc, Frame parent, String title)
           
 
Method Summary
 float getAverageComplexesScore(ArrayList<Integer> indices)
           
 float getScore(int index)
           
static void main(String[] args)
           
 void setIgnoreMissing(boolean ignoreMissing)
           
 void setWeighted(boolean weighted)
           
 boolean showSettings()
           
 void updateScores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIComplexScorer

public GUIComplexScorer(ComplexSet complexSet,
                        GUIMain parent,
                        String title)

GUIComplexScorer

public GUIComplexScorer(ComplexSet complexSet,
                        Colocalization coloc,
                        boolean PPV,
                        Frame parent,
                        String title)

GUIComplexScorer

public GUIComplexScorer(ComplexSet complexSet,
                        ScoresCalculator scoresCalc,
                        Frame parent,
                        String title)
Method Detail

updateScores

public void updateScores()

getAverageComplexesScore

public float getAverageComplexesScore(ArrayList<Integer> indices)

getScore

public float getScore(int index)

setWeighted

public void setWeighted(boolean weighted)

setIgnoreMissing

public void setIgnoreMissing(boolean ignoreMissing)

showSettings

public boolean showSettings()

main

public static void main(String[] args)