public static interface Storage.Matrix
void
add(int row, int col, float val)
int
cols()
float
get(int row, int col)
float[]
raw()
rows()
set(int row, int col, float val)
long
size()
water.fvec.Frame
toFrame(water.Key key)
float get(int row, int col)
void set(int row, int col, float val)
void add(int row, int col, float val)
int cols()
int rows()
long size()
float[] raw()
water.fvec.Frame toFrame(water.Key key)