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