public static class Storage.DenseVector extends water.Iced implements Storage.Vector
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
double val) |
double |
get(int i) |
double[] |
raw() |
void |
set(int i,
double val) |
int |
size() |
water.fvec.Frame |
toFrame(water.Key key) |
public double get(int i)
get
in interface Storage.Vector
public void set(int i, double val)
set
in interface Storage.Vector
public void add(int i, double val)
add
in interface Storage.Vector
public int size()
size
in interface Storage.Vector
public double[] raw()
raw
in interface Storage.Vector
public water.fvec.Frame toFrame(water.Key key)
toFrame
in interface Storage.Vector