Niklas Wilcke created SPARK-4060: ------------------------------------ Summary: MLlib, exposing special rdd functions to the public Key: SPARK-4060 URL: https://issues.apache.org/jira/browse/SPARK-4060 Project: Spark Issue Type: Improvement Components: MLlib Affects Versions: 1.1.0 Reporter: Niklas Wilcke Priority: Trivial Fix For: 1.2.0
I'm up to implementing algorithms using a sliding window. The solution already exists in /spark-mllib/src/main/scala/org/apache/spark/mllib/rdd/RDDFunctions.scala but is not accessible due to a private[mllib] limitation. I think exposing this part of the mllib to the public would be very helpfull because the functionality is also interessting for external developers. This is my first Ticket at the Spark Jira. I hope my argumentation is clear. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org