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