org.apache.spark.mllib.linalg
A sparse vector represented by an index array and an value array.
size of the vector.
index array, assume to be strictly increasing.
value array, must have the same length as the index array.
Converts the instance to a double array.
A sparse vector represented by an index array and an value array.