public class FunctionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
canonicalizeModule(String module) |
static org.dmg.pmml.Expression |
encodeFunction(Identifiable identifiable,
List<org.dmg.pmml.Expression> expressions) |
static org.dmg.pmml.Expression |
encodeFunction(String module,
String name,
List<org.dmg.pmml.Expression> expressions) |
static org.dmg.pmml.Expression |
encodeNumpyFunction(String module,
String name,
List<org.dmg.pmml.Expression> expressions) |
static org.dmg.pmml.Expression |
encodePandasFunction(String module,
String name,
List<org.dmg.pmml.Expression> expressions) |
static org.dmg.pmml.Expression |
encodePythonFunction(String module,
String name,
List<org.dmg.pmml.Expression> expressions) |
static org.dmg.pmml.Expression |
encodeScipyFunction(String module,
String name,
List<org.dmg.pmml.Expression> expressions) |
public static org.dmg.pmml.Expression encodeFunction(Identifiable identifiable, List<org.dmg.pmml.Expression> expressions)
public static org.dmg.pmml.Expression encodeFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
public static org.dmg.pmml.Expression encodePythonFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
public static org.dmg.pmml.Expression encodeNumpyFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
public static org.dmg.pmml.Expression encodePandasFunction(String module, String name, List<org.dmg.pmml.Expression> expressions)
Copyright © 2022. All rights reserved.