edu.stanford.nlp.classify
Class InfomapSmoother

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

public class InfomapSmoother
extends Object
implements Smoother


Constructor Summary
InfomapSmoother()
           
 
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

InfomapSmoother

public InfomapSmoother()
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