public interface SparseStateFeatures
Modifier and Type | Method and Description |
---|---|
SparseStateFeatures |
copy()
Returns a deep copy of this feature database.
|
java.util.List<StateFeature> |
features(State s)
Returns non-zero state features for a given state.
|
int |
numFeatures()
Returns the total number of features
|
java.util.List<StateFeature> features(State s)
s
- the state for which features should be returnedSparseStateFeatures copy()
int numFeatures()