public interface IPreprocessingFunction
| Modifier and Type | Method and Description |
|---|---|
Instance |
applyFunction(Instance i,
String property,
String... arguments)
Applies the function to this instance
|
boolean |
isComplex() |
int |
maxNumberOfArguments() |
int |
minNumberOfArguments() |
Instance applyFunction(Instance i, String property, String... arguments)
i - the instance that will be preprocessedproperty - for unary operators this is the property on which the function will be applied,
for n-ary fucntions this is the name of the new property where the result of the preprocessing will be storedarguments - some functions take argumentsint minNumberOfArguments()
int maxNumberOfArguments()
boolean isComplex()
Copyright © 2020. All rights reserved.