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