| Package | Description |
|---|---|
| org.jpmml.python |
| Modifier and Type | Method and Description |
|---|---|
FunctionDef |
FunctionDefScope.getFunctionDef() |
FunctionDef |
AbstractTranslator.getFunctionDef(String name) |
FunctionDef |
FunctionDefParser.parseFunctionDef(String string) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FunctionDef> |
AbstractTranslator.getFunctionDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDefParser.FunctionDef(FunctionDef functionDef) |
void |
FunctionDefParser.Parameters(FunctionDef functionDef) |
| Constructor and Description |
|---|
FunctionDefScope(FunctionDef functionDef,
List<? extends org.jpmml.converter.Feature> variables) |
FunctionDefScope(FunctionDef functionDef,
List<? extends org.jpmml.converter.Feature> variables,
org.jpmml.converter.PMMLEncoder encoder) |
Copyright © 2024. All rights reserved.