pyspark.mllib.linalg.
Vector
Methods
asML()
asML
Convert this vector to the new mllib-local representation.
toArray()
toArray
Convert the vector into an numpy.ndarray
Methods Documentation
Convert this vector to the new mllib-local representation. This does NOT copy the data; it copies references.
pyspark.ml.linalg.Vector
numpy.ndarray