Description
We should open up the APIs for converting between new, old linear algebra types (in spark.mllib.linalg):
- Vector.asML
- Vectors.fromML
- same for Sparse/Dense and for Matrices
I made these private originally, but they will be useful for users transitioning workloads.
Attachments
Issue Links
- is related to
-
SPARK-14734 Add conversions between mllib and ml Vector, Matrix types
- Resolved
- links to