-
- Downloads
SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS
Deprecate SVDPlusPlus.run and introduce SVDPlusPlus.runSVDPlusPlus with return type that doesn't include DoubleMatrix CC mengxr Author: Sean Owen <sowen@cloudera.com> Closes #4614 from srowen/SPARK-5815 and squashes the following commits: 288cb05 [Sean Owen] Clarify deprecation plans in scaladoc 497458e [Sean Owen] Deprecate SVDPlusPlus.run and introduce SVDPlusPlus.runSVDPlusPlus with return type that doesn't include DoubleMatrix
Showing
- graphx/src/main/scala/org/apache/spark/graphx/lib/SVDPlusPlus.scala 25 additions, 0 deletions.../main/scala/org/apache/spark/graphx/lib/SVDPlusPlus.scala
- graphx/src/test/scala/org/apache/spark/graphx/lib/SVDPlusPlusSuite.scala 1 addition, 1 deletion.../scala/org/apache/spark/graphx/lib/SVDPlusPlusSuite.scala
Loading
Please register or sign in to comment