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 pandas.tslibs scipy.interpolate scipy.sparse scipy.stats treelib -
-
Uses of PythonObject in builtins
Subclasses of PythonObject in builtins Modifier and Type Class Description classFunctionclassGetAttrclassSliceclassType -
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 classBitGeneratorclassGeneratorclassLegacyRandomStateclassRandomStateclassSeedSequence -
Uses of PythonObject in org.jpmml.python
Subclasses of PythonObject in org.jpmml.python Modifier and Type Class Description classCythonObjectclassNamedTupleclassPythonEnumMethods in org.jpmml.python that return PythonObject Modifier and Type Method Description PythonObjectPythonObjectConstructor. construct(java.lang.Object[] args)PythonObjectPythonObjectConstructor. newObject()PythonObjectPythonObjectConstructor. reconstruct(java.lang.Object first, java.lang.Object second)PythonObjectPythonObject. setClassName(java.lang.String className)Methods in org.jpmml.python that return types with arguments of type PythonObject Modifier and Type Method Description java.lang.Class<? extends PythonObject>PythonObjectConstructor. getClazz()Constructor parameters in org.jpmml.python with type arguments of type PythonObject Constructor Description PythonObjectConstructor(java.lang.String module, java.lang.String name, java.lang.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 classBlockclassBlockManagerclassBooleanDtypeclassCategoricalclassCategoricalDtypeclassDataFrameclassDatetimeArrayclassExtensionDtypeclassFloat32DtypeclassFloat64DtypeclassIndexclassIndex.DataclassIndex.NDArrayDataclassIndex.RangeDataclassIntegerDtypeclassMaskedArrayclassSeriesclassSingleBlockManagerclassStringArrayclassStringDtype -
Uses of PythonObject in pandas.tslibs
Subclasses of PythonObject in pandas.tslibs Modifier and Type Class Description classBaseOffsetclassMonthOffset -
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 scipy.stats
Subclasses of PythonObject in scipy.stats Modifier and Type Class Description classRVContinuousclassRVGeneric -
Uses of PythonObject in treelib
Subclasses of PythonObject in treelib Modifier and Type Class Description classNodeclassTree
-