|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| weka.core.pmml | |
| Uses of Function in weka.core.pmml |
|---|
| Subclasses of Function in weka.core.pmml | |
|---|---|
class |
BuiltInArithmetic
Built-in function for +, -, *, /. |
class |
BuiltInMath
Built-in function for min, max, sum, avg, log10, ln, sqrt, abs, exp, pow, threshold, floor, ceil and round. |
class |
BuiltInString
Built-in function for uppercase, substring and trimblanks. |
class |
DefineFunction
Class encapsulating DefineFunction (used in TransformationDictionary). |
| Methods in weka.core.pmml that return Function | |
|---|---|
static Function |
Function.getFunction(String name)
Get a built-in PMML Function. |
static Function |
Function.getFunction(String name,
weka.core.pmml.TransformationDictionary transDict)
Get either a function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||