|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.maxent.Problem
public class Problem
This is a general class for Problem to be solved by the MaxEnt toolkit. There have to be experiments and features
Field Summary | |
---|---|
Experiments |
data
This is the training data. |
int |
exSize
|
int |
fSize
|
Features |
functions
These are the features. |
Constructor Summary | |
---|---|
Problem()
|
|
Problem(Experiments d,
Features f)
|
Method Summary | |
---|---|
void |
add(Feature f)
|
void |
print()
|
void |
print(java.lang.String filename)
|
void |
removeLast()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int exSize
public int fSize
public Experiments data
public Features functions
Constructor Detail |
---|
public Problem(Experiments d, Features f)
public Problem()
Method Detail |
---|
public void add(Feature f)
public void removeLast()
public void print()
public void print(java.lang.String filename)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |