Repository: spark
Updated Branches:
refs/heads/branch-1.6 0f39c2d07 -> d07a7e1e6
[SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors
This is to support JSON serialization of Param[Vector] in the pipeline API. It
could be used for other purposes too. The schema is the same as `VectorUDT
Repository: spark
Updated Branches:
refs/heads/master cc567b663 -> 21fac5434
[SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors
This is to support JSON serialization of Param[Vector] in the pipeline API. It
could be used for other purposes too. The schema is the same as `VectorUDT`.