Package dill
Class CreateArrayConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.ClassDictConstructor
-
- org.jpmml.python.PythonObjectConstructor
-
- org.jpmml.python.CythonObjectConstructor
-
- dill.CreateArrayConstructor
-
- All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor
public class CreateArrayConstructor extends CythonObjectConstructor
-
-
Constructor Summary
Constructors Constructor Description CreateArrayConstructor(java.lang.String module, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NDArrayconstruct(java.lang.Object[] args)-
Methods inherited from class org.jpmml.python.CythonObjectConstructor
newObject
-
Methods inherited from class org.jpmml.python.PythonObjectConstructor
getClazz, getModule, getName, reconstruct
-
-
-
-
Method Detail
-
construct
public NDArray construct(java.lang.Object[] args)
- Specified by:
constructin interfacenet.razorvine.pickle.IObjectConstructor- Overrides:
constructin classCythonObjectConstructor
-
-