Java edu.stanford.nlp.classify LogPrior fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.classify LogPrior fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.classify LogPrior.

The text is from its open source code.

Constructor

LogPrior(int intPrior)
LogPrior(LogPriorType type)
LogPrior(double[] C)
IMPORTANT NOTE: This constructor allows non-uniform regularization, but it transforms the inputs C (like the machine learning people like) to sigma (like we NLP folks like).