public interface Vector
extends scala.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
apply(int i)
Gets the value of the ith element.
|
boolean |
equals(Object other) |
int |
hashCode() |
int |
size()
Size of the vector.
|
double[] |
toArray()
Converts the instance to a double array.
|
breeze.linalg.Vector<Object> |
toBreeze()
Converts the instance to a breeze vector.
|
int size()
double[] toArray()
boolean equals(Object other)
equals in class Objectint hashCode()
hashCode in class Objectbreeze.linalg.Vector<Object> toBreeze()
double apply(int i)
i - index