UserDefinedFunctions

Defines several user-defined functions produced by various vendors, actually, well-defined "DefineFunction" is fully supported by pmml4s, while some could be not. Here is the place for those user-defined functions are not well defined.

class Object
trait Matchable
class Any

Value members

Concrete methods

def getFunction(symbol: String): Option[Function]

Inherited methods

def function(name: String): Function
Inherited from:
FunctionProvider

Concrete fields

lazy val functions: Map[String, Function]