org.apache.spark.mllib.linalg
Represents a numeric vector, whose index type is Int and value type is Double.
Note: Users should not implement this interface.
Size of the vector.
Converts the instance to a double array.
Gets the value of the ith element.
index
Makes a deep copy of this vector.
Represents a numeric vector, whose index type is Int and value type is Double.
Note: Users should not implement this interface.