|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.model.DynamicEvalParameters
public class DynamicEvalParameters
| Constructor Summary | |
|---|---|
DynamicEvalParameters(java.util.List<? extends Context> params,
int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method. |
|
| Method Summary | |
|---|---|
int |
getNumOutcomes()
|
Context[] |
getParams()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicEvalParameters(java.util.List<? extends Context> params,
int numOutcomes)
params - The parameters of the model.numOutcomes - The number of outcomes.| Method Detail |
|---|
public Context[] getParams()
public int getNumOutcomes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||