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