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