Uses of Class
org.jpmml.python.PythonObject
-
Packages that use PythonObject Package Description builtins collections functools joblib numpy numpy.core numpy.random org.jpmml.python pandas pandas.core scipy.interpolate scipy.sparse treelib -
-
Uses of PythonObject in builtins
Subclasses of PythonObject in builtins Modifier and Type Class Description classGetAttrclassSliceclassType -
Uses of PythonObject in collections
Subclasses of PythonObject in collections Modifier and Type Class Description classDefaultDict -
Uses of PythonObject in functools
Subclasses of PythonObject in functools Modifier and Type Class Description classPartial -
Uses of PythonObject in joblib
Subclasses of PythonObject in joblib Modifier and Type Class Description classNDArrayWrapperclassNumpyArrayWrapper -
Uses of PythonObject in numpy
Subclasses of PythonObject in numpy Modifier and Type Class Description classDType -
Uses of PythonObject in numpy.core
Subclasses of PythonObject in numpy.core Modifier and Type Class Description classFunctionclassMaskedArrayclassNDArrayclassScalarclassUFunc -
Uses of PythonObject in numpy.random
Subclasses of PythonObject in numpy.random Modifier and Type Class Description classLegacyRandomStateclassRandomState -
Uses of PythonObject in org.jpmml.python
Subclasses of PythonObject in org.jpmml.python Modifier and Type Class Description classCustomPythonObjectclassNamedTupleclassPythonEnumMethods in org.jpmml.python with type parameters of type PythonObject Modifier and Type Method Description <E extends PythonObject>
EPythonObject. getPythonObject(String name, E object)Methods in org.jpmml.python that return PythonObject Modifier and Type Method Description PythonObjectPythonObjectConstructor. construct(Object[] args)PythonObjectPythonObjectConstructor. newObject()PythonObjectPythonObjectConstructor. reconstruct(Object first, Object second)Methods in org.jpmml.python that return types with arguments of type PythonObject Modifier and Type Method Description Class<? extends PythonObject>PythonObjectConstructor. getClazz()Constructor parameters in org.jpmml.python with type arguments of type PythonObject Constructor Description PythonObjectConstructor(String module, String name, Class<? extends PythonObject> clazz) -
Uses of PythonObject in pandas
Subclasses of PythonObject in pandas Modifier and Type Class Description classNDArrayBacked -
Uses of PythonObject in pandas.core
Subclasses of PythonObject in pandas.core Modifier and Type Class Description classBlockclassBlockManagerclassBooleanDtypeclassCategoricalclassCategoricalDtypeclassDataFrameclassExtensionDtypeclassIndexclassIndex.DataclassIndex.NDArrayDataclassIndex.RangeDataclassIntegerDtypeclassMaskedArrayclassSeriesclassSingleBlockManagerclassStringArrayclassStringDtype -
Uses of PythonObject in scipy.interpolate
Subclasses of PythonObject in scipy.interpolate Modifier and Type Class Description classBSpline -
Uses of PythonObject in scipy.sparse
Subclasses of PythonObject in scipy.sparse Modifier and Type Class Description classCSRMatrix -
Uses of PythonObject in treelib
Subclasses of PythonObject in treelib Modifier and Type Class Description classNodeclassTree
-