main_scripts
Class DCGraphsCalculator

java.lang.Object
  extended by main_scripts.DCGraphsCalculator

public class DCGraphsCalculator
extends java.lang.Object


Field Summary
protected  int classIndex
           
protected  double[][] consistentCorrelationsGraph
           
protected  double[][] dGGraph
           
protected  LLRScoresCalculator globalCorrelationsLLRAnalyzer
           
protected  double K
           
protected  LLRScoresCalculator llrAnalysisForTscores
           
protected  float[] randomScores
           
protected  float[][] realTscoresGraph
           
protected  TscoresCalculator tScoresCalc
           
protected  double[][] uGGraph
           
 
Constructor Summary
DCGraphsCalculator(TscoresCalculator t, int classI)
           
 
Method Summary
 void doStatisticalAnalysis()
           
static float[] floatListToArray(java.util.LinkedList<java.lang.Float> positiveScores)
           
 void getConsistentCorrelationsGraph()
           
 void getDCGraphs()
           
 void setK(double k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

K

protected double K

tScoresCalc

protected TscoresCalculator tScoresCalc

realTscoresGraph

protected float[][] realTscoresGraph

randomScores

protected float[] randomScores

llrAnalysisForTscores

protected LLRScoresCalculator llrAnalysisForTscores

globalCorrelationsLLRAnalyzer

protected LLRScoresCalculator globalCorrelationsLLRAnalyzer

dGGraph

protected double[][] dGGraph

uGGraph

protected double[][] uGGraph

consistentCorrelationsGraph

protected double[][] consistentCorrelationsGraph

classIndex

protected int classIndex
Constructor Detail

DCGraphsCalculator

public DCGraphsCalculator(TscoresCalculator t,
                          int classI)
Method Detail

doStatisticalAnalysis

public void doStatisticalAnalysis()

getDCGraphs

public void getDCGraphs()

getConsistentCorrelationsGraph

public void getConsistentCorrelationsGraph()

floatListToArray

public static float[] floatListToArray(java.util.LinkedList<java.lang.Float> positiveScores)

setK

public void setK(double k)