lenskit.data.matrix.COOStructure#
- class lenskit.data.matrix.COOStructure#
Bases:
NamedTupleRepresentation of the coordinate structure of a sparse matrix, without any data values.
- Stability:
- Caller (see Stability Levels).
- row_numbers: numpy.ndarray#
- col_numbers: numpy.ndarray#
- property nrows#
- property ncols#
- property nnz#