Uses of Class
org.jpmml.python.CustomPythonObject
-
Packages that use CustomPythonObject Package Description builtins collections functools numpy numpy.core numpy.random org.jpmml.python pandas pandas.core -
-
Uses of CustomPythonObject in builtins
Subclasses of CustomPythonObject in builtins Modifier and Type Class Description classGetAttrclassSlice -
Uses of CustomPythonObject in collections
Subclasses of CustomPythonObject in collections Modifier and Type Class Description classDefaultDict -
Uses of CustomPythonObject in functools
Subclasses of CustomPythonObject in functools Modifier and Type Class Description classPartial -
Uses of CustomPythonObject in numpy
Subclasses of CustomPythonObject in numpy Modifier and Type Class Description classDType -
Uses of CustomPythonObject in numpy.core
Subclasses of CustomPythonObject in numpy.core Modifier and Type Class Description classMaskedArrayclassNDArrayclassScalarclassUFunc -
Uses of CustomPythonObject in numpy.random
Subclasses of CustomPythonObject in numpy.random Modifier and Type Class Description classLegacyRandomStateclassRandomState -
Uses of CustomPythonObject in org.jpmml.python
Methods in org.jpmml.python that return CustomPythonObject Modifier and Type Method Description CustomPythonObjectCustomPythonObjectConstructor. construct(Object[] args)CustomPythonObjectCustomPythonObjectConstructor. newObject()Constructor parameters in org.jpmml.python with type arguments of type CustomPythonObject Constructor Description CustomPythonObjectConstructor(String module, String name, Class<? extends CustomPythonObject> clazz) -
Uses of CustomPythonObject in pandas
Subclasses of CustomPythonObject in pandas Modifier and Type Class Description classNDArrayBacked -
Uses of CustomPythonObject in pandas.core
Subclasses of CustomPythonObject in pandas.core Modifier and Type Class Description classBlockclassBlockManagerclassCategoricalclassIndexclassSingleBlockManagerclassStringArray
-