Package org.apache.spark.ml.linalg
Class JsonVectorConverter
Object
org.apache.spark.ml.linalg.JsonVectorConverter
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JsonVectorConverterpublic JsonVectorConverter()
 
- 
- 
Method Details- 
fromJsonParses the JSON representation of a vector into aVector.- Parameters:
- json- (undocumented)
- Returns:
- (undocumented)
 
- 
toJsonCoverts the vector to a JSON string.- Parameters:
- v- (undocumented)
- Returns:
- (undocumented)
 
 
-