main_scripts
Class DCGraphsCalculator
java.lang.Object
main_scripts.DCGraphsCalculator
public class DCGraphsCalculator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DCGraphsCalculator
public DCGraphsCalculator(TscoresCalculator t,
int classI)
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)