Uses of Class
weka.core.pmml.Function
Packages that use Function
-
Uses of Function in weka.core.pmml
Subclasses of Function in weka.core.pmmlModifier and TypeClassDescriptionclassBuilt-in function for +, -, *, /.classBuilt-in function for min, max, sum, avg, log10, ln, sqrt, abs, exp, pow, threshold, floor, ceil and round.classBuilt-in function for uppercase, substring and trimblanks.classClass encapsulating DefineFunction (used in TransformationDictionary).Methods in weka.core.pmml that return FunctionModifier and TypeMethodDescriptionstatic FunctionFunction.getFunction(String name) Get a built-in PMML Function.static FunctionFunction.getFunction(String name, weka.core.pmml.TransformationDictionary transDict) Get either a function.