public interface FeatureIndexes
FeatureSet
using the appropriate
index given an Evaluator
.Modifier and Type | Method and Description |
---|---|
boolean |
areValid()
Returns if all the indexes are valid and might be used to get Features.
|
FeatureIndex |
getFeatureIndex(String name)
Returns a FeatureIndex given the name with which it was created.
|
FeatureSet |
getFeatureSet(Evaluator evaluator)
Using the given evaluator attributes, choose and use an appropriate index
to obtain a FeatureSet.
|
Iterator |
iterator()
Returns an iterator over the indexes.
|
FeatureIndex getFeatureIndex(String name)
name
- FeatureIndex nameFeatureSet getFeatureSet(Evaluator evaluator) throws FeatureIndexException
evaluator
- FeatureIndexException
Iterator iterator()
boolean areValid()