edu.stanford.nlp.util
Class SVDPlotter

java.lang.Object
  |
  +--edu.stanford.nlp.util.SVDPlotter

public class SVDPlotter
extends Object


Constructor Summary
SVDPlotter(String str)
           
 
Method Summary
 void plot(int xMax, int yMax, int dim1, int dim2)
           
 void setData(Map idToDistribution, Map idToCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVDPlotter

public SVDPlotter(String str)
Method Detail

setData

public void setData(Map idToDistribution,
                    Map idToCategory)

plot

public void plot(int xMax,
                 int yMax,
                 int dim1,
                 int dim2)


Stanford NLP Group