Vector

class pyspark.mllib.linalg.Vector[source]

Methods

Methods Documentation

asML()[source]

Convert this vector to the new mllib-local representation. This does NOT copy the data; it copies references.

Returns

pyspark.ml.linalg.Vector

toArray()[source]

Convert the vector into an numpy.ndarray

Returns

numpy.ndarray