aima.probability.reasoning
Class FixedLagSmoothing

java.lang.Object
  extended by aima.probability.reasoning.FixedLagSmoothing

public class FixedLagSmoothing
extends java.lang.Object


Constructor Summary
FixedLagSmoothing(HiddenMarkovModel hmm, int timelag)
           
 
Method Summary
 RandomVariable smooth(java.lang.String perception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedLagSmoothing

public FixedLagSmoothing(HiddenMarkovModel hmm,
                         int timelag)
Method Detail

smooth

public RandomVariable smooth(java.lang.String perception)