org.apache.spark.mllib.linalg
A dense vector represented by a value array.
Gets the value of the ith element.
index
Makes a deep copy of this vector.
Size of the vector.
Converts the instance to a double array.
A dense vector represented by a value array.