|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeatureIndex
| Method Summary | |
|---|---|
void |
addExample(Example e)
|
java.util.Iterator<Feature> |
featureIterator()
|
double |
getCounts(Feature f,
int i)
Get counts of feature f in i-th example containing feature f |
Example |
getExample(Feature f,
int i)
Get i-th example contained in feature f |
java.util.Iterator<Example> |
getNeighbors(Instance instance)
Get all examples containing a feature. |
int |
size(Feature f)
Number of examples containing the current feature. |
| Method Detail |
|---|
void addExample(Example e)
java.util.Iterator<Feature> featureIterator()
int size(Feature f)
Example getExample(Feature f,
int i)
double getCounts(Feature f,
int i)
java.util.Iterator<Example> getNeighbors(Instance instance)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||