public class FunctionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
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 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)
Copyright © 2021. All rights reserved.