corina.cross
Class Bayesian

java.lang.Object
  |
  +--corina.cross.Bayesian

public class Bayesian
extends Object


Field Summary
static DecimalFormat format
           
 
Constructor Summary
Bayesian(Class algorithm)
           
Bayesian(Class algorithm, String folder, int numberOfPairs)
           
 
Method Summary
static float getSignificance(Cross cross, float score)
           
 void load()
           
static void main(String[] args)
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public static DecimalFormat format
Constructor Detail

Bayesian

public Bayesian(Class algorithm)
         throws IOException

Bayesian

public Bayesian(Class algorithm,
                String folder,
                int numberOfPairs)
         throws IOException
Method Detail

getSignificance

public static float getSignificance(Cross cross,
                                    float score)

load

public void load()
          throws IOException

save

public void save()
          throws IOException

main

public static void main(String[] args)
                 throws Exception