public static interface Storage.Matrix
Modifier and Type | Method and Description |
---|---|
void |
add(int row,
int col,
double val) |
int |
cols() |
double |
get(int row,
int col) |
double[] |
raw() |
int |
rows() |
void |
set(int row,
int col,
double val) |
long |
size() |
water.fvec.Frame |
toFrame(water.Key<water.fvec.Frame> key) |