Uses of Interface
org.jpmml.python.Identifiable
-
Packages that use Identifiable Package Description builtins functools numpy.core org.jpmml.python -
-
Uses of Identifiable in builtins
Classes in builtins that implement Identifiable Modifier and Type Class Description classFunction -
Uses of Identifiable in functools
Methods in functools that return Identifiable Modifier and Type Method Description IdentifiablePartial. toIdentifiable() -
Uses of Identifiable in numpy.core
Classes in numpy.core that implement Identifiable Modifier and Type Class Description classFunctionclassUFunc -
Uses of Identifiable in org.jpmml.python
Methods in org.jpmml.python that return Identifiable Modifier and Type Method Description IdentifiablePythonObject. getIdentifiable(java.lang.String name)IdentifiablePythonObject. getOptionalIdentifiable(java.lang.String name)static IdentifiableClassDictConstructorUtil. toIdentifiable(net.razorvine.pickle.objects.ClassDictConstructor dictConstructor)Methods in org.jpmml.python with parameters of type Identifiable Modifier and Type Method Description static org.dmg.pmml.ApplyFunctionUtil. encodeFunction(Identifiable identifiable, java.util.List<org.dmg.pmml.Expression> expressions)
-