T
- the type of input object.public interface SequenceFeature<T>
Modifier and Type | Method and Description |
---|---|
Attribute[] |
attributes()
Returns the variable attributes of generated features.
|
double[] |
f(T[] sequence,
int index)
Generates the feature set of sequence at given index.
|
Attribute[] attributes()
double[] f(T[] sequence, int index)
sequence
- a sequence of interest.index
- the index of feature to be generated.Copyright © 2015. All rights reserved.