Package numpy.core
Class TypeDescriptor
- java.lang.Object
-
- numpy.core.TypeDescriptor
-
public class TypeDescriptor extends Object
http://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html http://docs.scipy.org/doc/numpy/reference/generated/numpy.dtype.byteorder.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeDescriptor.Kind
-
Constructor Summary
Constructors Constructor Description TypeDescriptor(String descr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteOrdergetByteOrder()org.dmg.pmml.DataTypegetDataType()StringgetDescr()TypeDescriptor.KindgetKind()intgetSize()booleanisObject()Objectread(InputStream is)
-
-
-
Constructor Detail
-
TypeDescriptor
public TypeDescriptor(String descr)
-
-
Method Detail
-
getDataType
public org.dmg.pmml.DataType getDataType()
-
read
public Object read(InputStream is) throws IOException
- Throws:
IOException
-
isObject
public boolean isObject()
-
getDescr
public String getDescr()
-
getByteOrder
public ByteOrder getByteOrder()
-
getKind
public TypeDescriptor.Kind getKind()
-
getSize
public int getSize()
-
-