JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
builtins
,
collections
,
functools
,
joblib
,
numpy
,
numpy.core
,
numpy.random
,
org.jpmml.python
,
pandas
,
pandas.core
,
patsy
,
scipy.interpolate
,
scipy.sparse
,
treelib
Class Hierarchy
java.lang.
Object
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.
PythonObject
scipy.interpolate.
BSpline
pandas.core.
CategoricalDtype
(implements org.jpmml.python.
TypeInfo
)
scipy.sparse.
CSRMatrix
(implements org.jpmml.python.
HasArray
)
org.jpmml.python.
CustomPythonObject
numpy.random.
BitGenerator
pandas.core.
Block
pandas.core.
BlockManager
pandas.core.
SingleBlockManager
collections.
DefaultDict
numpy.
DType
(implements org.jpmml.python.
TypeInfo
)
numpy.random.
Generator
builtins.
GetAttr
pandas.core.
Index
(implements org.jpmml.python.
HasArray
)
numpy.core.
MaskedArray
numpy.core.
NDArray
(implements org.jpmml.python.
HasArray
, org.jpmml.python.
HasContent
<E>)
pandas.
NDArrayBacked
(implements org.jpmml.python.
HasArray
)
pandas.core.
Categorical
pandas.core.
StringArray
functools.
Partial
(implements net.razorvine.pickle.IObjectConstructor)
numpy.random.
RandomState
numpy.random.
LegacyRandomState
numpy.core.
Scalar
(implements org.jpmml.python.
HasArray
, org.jpmml.python.
HasContent
<E>)
builtins.
Slice
numpy.core.
UFunc
(implements org.jpmml.python.
Identifiable
)
pandas.core.
DataFrame
pandas.core.
ExtensionDtype
pandas.core.
BooleanDtype
pandas.core.
IntegerDtype
pandas.core.
StringDtype
numpy.core.
Function
(implements org.jpmml.python.
Identifiable
)
pandas.core.
Index.Data
pandas.core.
Index.NDArrayData
pandas.core.
Index.RangeData
pandas.core.
MaskedArray
(implements org.jpmml.python.
HasArray
)
org.jpmml.python.
NamedTuple
joblib.
NDArrayWrapper
(implements org.jpmml.python.
HasArray
, org.jpmml.python.
HasContent
<E>)
treelib.
Node
joblib.
NumpyArrayWrapper
org.jpmml.python.
PythonEnum
pandas.core.
Series
(implements org.jpmml.python.
HasArray
)
treelib.
Tree
builtins.
Type
(implements org.jpmml.python.
TypeInfo
)
org.jpmml.python.
AbstractTranslator
(implements org.jpmml.converter.FeatureResolver)
org.jpmml.python.
ExpressionTranslator
(implements org.jpmml.python.
PythonParserConstants
)
org.jpmml.python.
PredicateTranslator
(implements org.jpmml.python.
PythonParserConstants
)
numpy.random.
BitGeneratorUtil
org.jpmml.python.
CalendarUtil
org.jpmml.python.
CastFunction
<E> (implements com.google.common.base.Function<F,T>)
org.jpmml.python.
CastUtil
net.razorvine.pickle.objects.ClassDictConstructor (implements net.razorvine.pickle.IObjectConstructor)
org.jpmml.python.
PythonObjectConstructor
org.jpmml.python.
CustomPythonObjectConstructor
numpy.core.
FromBufferConstructor
pandas.
NDArrayBackedConstructor
org.jpmml.python.
NamedTupleConstructor
joblib.
NDArrayWrapperConstructor
org.jpmml.python.
PythonEnumConstructor
builtins.
TypeConstructor
(implements org.jpmml.python.
IConstantConstructor
)
org.jpmml.python.
ClassDictConstructorUtil
org.jpmml.python.
ClassDictUtil
scipy.sparse.
CSRMatrixUtil
numpy.
DTypeUtil
patsy.
FormulaParser
org.jpmml.python.
FunctionUtil
numpy.core.
NDArrayUtil
org.jpmml.python.
NullConstructor
(implements org.jpmml.python.
IConstantConstructor
)
org.jpmml.python.
NullProvider
(implements org.jpmml.python.
Provider
)
patsy.
PatsyTerm
patsy.
PatsyFactor
patsy.
PatsyOperation
patsy.
PatsyToken
org.jpmml.python.
PickleUtil
org.jpmml.converter.PMMLEncoder
org.jpmml.converter.ModelEncoder
org.jpmml.python.
PythonEncoder
org.jpmml.python.
PythonParser
(implements org.jpmml.python.
PythonParserConstants
)
org.jpmml.python.
PythonParserTokenManager
(implements org.jpmml.python.
PythonParserConstants
)
org.jpmml.python.
PushbackPythonParserTokenManager
org.jpmml.python.
PythonParserUtil
org.jpmml.python.
PythonTypeUtil
numpy.core.
ScalarUtil
org.jpmml.python.
Scope
(implements org.jpmml.converter.FeatureResolver)
org.jpmml.python.
BlockScope
org.jpmml.python.
DataFrameScope
pandas.core.
SeriesUtil
org.jpmml.python.
SimpleCharStream
org.jpmml.python.
SliceUtil
org.jpmml.python.
Storage
(implements java.io.
Closeable
)
org.jpmml.python.
FileStorage
org.jpmml.python.
InputStreamStorage
org.jpmml.python.
CompressedInputStreamStorage
org.jpmml.python.
StorageUtil
org.jpmml.python.
StreamProvider
(implements org.jpmml.python.
Provider
)
org.jpmml.python.
StringProvider
(implements org.jpmml.python.
Provider
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.jpmml.python.
ParseException
java.lang.
RuntimeException
org.jpmml.python.
TokenMgrException
org.jpmml.python.
Token
(implements java.io.
Serializable
)
org.jpmml.python.
TupleUtil
numpy.core.
TypeDescriptor
net.razorvine.pickle.Unpickler
org.jpmml.python.
CustomUnpickler
Interface Hierarchy
collections.
Callable
org.jpmml.python.
Castable
org.jpmml.python.
HasArray
org.jpmml.python.
HasContent
<E>
org.jpmml.python.
Identifiable
net.razorvine.pickle.IObjectConstructor
org.jpmml.python.
IConstantConstructor
org.jpmml.python.
Provider
org.jpmml.python.
PythonParserConstants
org.jpmml.python.
TypeInfo
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
patsy.
PatsyOperator
numpy.core.
TypeDescriptor.Kind
org.jpmml.python.
CompressedInputStreamStorage.Type
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.