Uses of Interface
org.jpmml.translator.FunctionInvocation
-
Packages that use FunctionInvocation Package Description org.jpmml.translator -
-
Uses of FunctionInvocation in org.jpmml.translator
Subinterfaces of FunctionInvocation in org.jpmml.translator Modifier and Type Interface Description static interfaceFunctionInvocation.Refstatic interfaceFunctionInvocation.Tfstatic interfaceFunctionInvocation.TfIdfMethods in org.jpmml.translator that return FunctionInvocation Modifier and Type Method Description FunctionInvocationFieldInfo. getFunctionInvocation()static FunctionInvocationFunctionInvocationUtil. match(org.dmg.pmml.Expression expression, FunctionInvocationContext context)static FunctionInvocationFunctionInvocationUtil. matchApply(org.dmg.pmml.Apply apply, FunctionInvocationContext context)static FunctionInvocationFunctionInvocationUtil. matchFieldRef(org.dmg.pmml.FieldRef fieldRef, FunctionInvocationContext context)static FunctionInvocationFunctionInvocationUtil. matchTextIndex(org.dmg.pmml.TextIndex textIndex, FunctionInvocationContext context)Methods in org.jpmml.translator with parameters of type FunctionInvocation Modifier and Type Method Description static FunctionInvocation.TfTextIndexUtil. asTf(FunctionInvocation functionInvocation)static FunctionInvocation.TfIdfTextIndexUtil. asTfIdf(FunctionInvocation functionInvocation)voidFieldInfo. setFunctionInvocation(FunctionInvocation functionInvocation)
-