edu.stanford.nlp.classify
Interface SmootherB

All Known Implementing Classes:
AddEpsilonSmoother

public interface SmootherB

The Smoother should return a smoothed ProbabilitySet.


Method Summary
 ProbabilitySet smooth()
           
 

Method Detail

smooth

public ProbabilitySet smooth()


Stanford NLP Group