public static class Storage.DenseRowMatrix
extends water.Iced<T>
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) |
public double get(int row, int col)
public void set(int row, int col, double val)
public void add(int row, int col, double val)
public int cols()
public int rows()
public long size()
public double[] raw()
public final water.fvec.Frame toFrame(water.Key<water.fvec.Frame> key)
toFrame
in interface Storage.Matrix