public interface Function
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?>[] |
getParameterTypes()
Returns an array of class types used by the feature extraction system to invoke initialize with
correct arguments.
|
void |
initialize(java.lang.Object[] arguments)
Initialize the feature function
|
void |
update()
Cause the feature function to update the feature value.
|
void initialize(java.lang.Object[] arguments) throws MaltChainedException
arguments
- an array of arguments with the type returned by getParameterTypes()MaltChainedException
java.lang.Class<?>[] getParameterTypes()
void update() throws MaltChainedException
MaltChainedException
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.