|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopennlp.maxent.EvalParameters
public class EvalParameters
This class encapsulates the varibales used in producing probabilities from a model and facilitaes passing these variables to the eval method. Variables are declared non-private so that they may be accessed and updated without a method call for efficiency reasons.
| Constructor Summary | |
|---|---|
EvalParameters(Context[] params,
double correctionParam,
double correctionConstant,
int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvalParameters(Context[] params,
double correctionParam,
double correctionConstant,
int numOutcomes)
params - The parameters of the model.correctionParam - The correction paramter.correctionConstant - The correction constant.numOutcomes - The number of outcomes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||