Table Cell Access - emer/etable GitHub Wiki
A cell
in an etable.Table
is the data at one row of a given column.
There are float64
, string
and Tensor
cell accessor methods to read and write to cells:
- Read methods starting at CellFloat
- Set methods starting at SetCellFloat
The Tensor
versions return a SubSpace
of the column tensor -- see Tensor for more info.