jInfer

cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet
Class NaiveAlphabet<T>

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet.NaiveAlphabet<T>
All Implemented Interfaces:
AutomatonEvaluator<T>, Evaluator<Automaton<T>>

public class NaiveAlphabet<T>
extends Object
implements AutomatonEvaluator<T>

TODO anti Comment!


Constructor Summary
NaiveAlphabet()
           
 
Method Summary
 double evaluate(Automaton<T> aut)
           
 void setInputStrings(List<List<T>> inputStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaiveAlphabet

public NaiveAlphabet()
Method Detail

setInputStrings

public void setInputStrings(List<List<T>> inputStrings)
Specified by:
setInputStrings in interface AutomatonEvaluator<T>

evaluate

public double evaluate(Automaton<T> aut)
                throws InterruptedException
Specified by:
evaluate in interface Evaluator<Automaton<T>>
Throws:
InterruptedException

jInfer

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