|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.maxent.Features
public class Features
An ArrayList of Feature
Constructor Summary | |
---|---|
Features()
|
|
Features(java.lang.String filename,
Experiments domain)
reads in the features from a file, having already read the experiments |
Method Summary | |
---|---|
void |
add(Feature m)
|
void |
clean()
|
Experiments |
domain()
|
Feature |
get(int index)
|
void |
print()
|
void |
removeLast()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Features()
public Features(java.lang.String filename, Experiments domain)
Method Detail |
---|
public void add(Feature m)
public void removeLast()
public Feature get(int index)
public int size()
public Experiments domain()
public void clean()
public void print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |