public interface TensorIterator extends ReadableTuple
| Modifier and Type | Method and Description |
|---|---|
default boolean |
getBoolean(int column) |
default byte[] |
getBytes(int column) |
TensorIterator |
getCopy() |
default double |
getDouble(int column) |
default java.lang.String |
getString(int column) |
TensorData |
getTensorData() |
default Representable[] |
getTypes() |
java.lang.Object |
getValue(int column)
Deprecated.
this should not be used
|
boolean |
isValid() |
void |
next()
Move iterator to the next row.
|
void |
start()
Rewinds the iterator to the beginning of its range.
|
getFloat, getInt, getLongTensorData getTensorData()
void start()
boolean isValid()
void next()
TensorIterator getCopy()
getCopy in interface ReadableTuple@Deprecated java.lang.Object getValue(int column)
default java.lang.String getString(int column)
getString in interface ReadableTupledefault double getDouble(int column)
getDouble in interface ReadableTupledefault boolean getBoolean(int column)
getBoolean in interface ReadableTupledefault byte[] getBytes(int column)
getBytes in interface ReadableTupledefault Representable[] getTypes()
getTypes in interface ReadableTuple