public interface FeatureExtractor<E extends Event,F>
| Modifier and Type | Method and Description |
|---|---|
F |
extract(String feature,
E event)
Extract all values for the specified feature from the given event.
|
Set<String> |
getVariables(E event)
This method extracts all available feature names for the given event.
|
Copyright © 2014 jwall.org. All rights reserved.