DB Tsai created SPARK-15413:
-------------------------------
Summary: Change `toBreeze` to `asBreeze` in Vector and Matrix
Key: SPARK-15413
URL: https://issues.apache.org/jira/browse/SPARK-15413
Project: Spark
Issue Type: Improvement
Components: ML, MLlib
Affects Versions: 2.0.0
Reporter: DB Tsai
Assignee: DB Tsai
Fix For: 2.0.0
We're using `asML` to convert the mllib vector/matrix to ml vector/matrix now.
Using `as` is more correct given that this conversion actually shares the same
underline data structure. As a result, in this PR, `toBreeze` will be changed
to `asBreeze`. This is a private API, as a result, it will not affect any
user's application.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]