edu.stanford.nlp.classify
Class AddOneSmoother

java.lang.Object
  |
  +--edu.stanford.nlp.classify.AddOneSmoother
All Implemented Interfaces:
Smoother

public class AddOneSmoother
extends Object
implements Smoother


Constructor Summary
AddOneSmoother()
           
 
Method Summary
 Matrix smooth(Matrix A)
          Returns a smoothed matrix by adding one to each entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddOneSmoother

public AddOneSmoother()
Method Detail

smooth

public Matrix smooth(Matrix A)
Returns a smoothed matrix by adding one to each entry. Does not change receiver.

Specified by:
smooth in interface Smoother


Stanford NLP Group