public interface ObjectMatrix<R,C,V> extends Matrix2D<R,C,V>
Modifier and Type | Method and Description |
---|---|
V |
get(int row,
int col) |
V[] |
getColumn(int column) |
V[] |
getRow(int row) |
ObjectMatrix<R,C,V> |
subset(int startRow,
int startCol,
int numRow,
int numCol) |
ObjectMatrix<R,C,V> |
subsetColumns(List<C> columns) |
addColumnName, asDoubles, assign, columns, containsColumnName, containsRowName, getByKeys, getColIndexByName, getColName, getColNames, getEntry, getRowIndexByName, getRowName, getRowNameMapIterator, getRowNames, hasColNames, hasRow, hasRowNames, isMissing, numMissing, rows, set, setByKeys, setColumnName, setColumnNames, setRowName, setRowNames
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.