T
- the type of input object.public interface FeatureGenerator<T>
Modifier and Type | Method and Description |
---|---|
smile.data.Attribute[] |
attributes()
Returns the variable attributes of generated features.
|
double[] |
feature(T object)
Generates a feature for given object.
|
smile.data.Attribute[] attributes()
double[] feature(T object)
object
- an object of interest.