Deprecated API


Contents
Deprecated Methods
edu.stanford.nlp.classify.LogisticClassifier.classOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.classOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.justificationOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.justificationOf(RVFDatum, PrintWriter)
           
edu.stanford.nlp.classify.LinearClassifier.logProbabilityOf(RVFDatum)
           
edu.stanford.nlp.classify.LogisticClassifier.probabilityOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.probabilityOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.scoreOf(RVFDatum, L)
           
edu.stanford.nlp.classify.LogisticClassifier.scoresOf(RVFDatum)
           
edu.stanford.nlp.classify.LinearClassifier.scoresOf(RVFDatum)
           
edu.stanford.nlp.classify.LogisticClassifier.train(GeneralDataset)
           
edu.stanford.nlp.classify.LogisticClassifier.train(GeneralDataset, double, double)
           
edu.stanford.nlp.classify.LogisticClassifierFactory.trainClassifier(List>)
           
edu.stanford.nlp.classify.LinearClassifierFactory.trainClassifier(List>)
           
edu.stanford.nlp.classify.ClassifierFactory.trainClassifier(List>)
           
edu.stanford.nlp.classify.NaiveBayesClassifierFactory.trainClassifier(List>)
           
edu.stanford.nlp.classify.LogisticClassifier.trainWeightedData(GeneralDataset, float[])
           
 

Deprecated Constructors
edu.stanford.nlp.classify.LogisticClassifier(boolean)
           
edu.stanford.nlp.classify.LogisticClassifier(LogPrior)
           
edu.stanford.nlp.classify.LogisticClassifier(LogPrior, boolean)
           
 



Stanford NLP Group