jInfer

cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.universalCodeForIntegers
Class UniversalCodeForIntegers

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.universalCodeForIntegers.UniversalCodeForIntegers
All Implemented Interfaces:
Evaluator<Integer>

public class UniversalCodeForIntegers
extends Object
implements Evaluator<Integer>

TODO anti Comment!


Method Summary
 double evaluate(Integer x)
           
static UniversalCodeForIntegers getSingleton()
           
static double log2(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log2

public static double log2(double x)

getSingleton

public static UniversalCodeForIntegers getSingleton()

evaluate

public double evaluate(Integer x)
                throws InterruptedException
Specified by:
evaluate in interface Evaluator<Integer>
Throws:
InterruptedException

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011