Package org.jpmml.python
Interface HasArray
-
- All Known Implementing Classes:
Categorical,CSRMatrix,Index,MaskedArray,NDArray,NDArrayBacked,NDArrayWrapper,Scalar,Series,StringArray
public interface HasArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<?>getArrayContent()int[]getArrayShape()ObjectgetArrayType()
-