edu.stanford.nlp.classify
Interface Smoother

All Known Implementing Classes:
AddOneSmoother, InfomapSmoother

public interface Smoother

Interface for classes which smooth a matrix


Method Summary
 Matrix smooth(Matrix a)
           
 

Method Detail

smooth

public Matrix smooth(Matrix a)


Stanford NLP Group