Favio Vázquez created SPARK-8274:
------------------------------------

             Summary: Fix wrong URLs in MLlib Frequent Pattern Mining 
Documentation
                 Key: SPARK-8274
                 URL: https://issues.apache.org/jira/browse/SPARK-8274
             Project: Spark
          Issue Type: Documentation
          Components: Documentation, MLlib
         Environment: Ubuntu 14.04. Apache Mesos in cluster mode with HDFS from 
cloudera 2.6.0-cdh5.4.0.
            Reporter: Favio Vázquez
            Priority: Trivial
             Fix For: 1.4.0


There is a mistake in the URLs of the Scala section of FP-Growth in the MLlib 
Frequent Pattern Mining documentation. The URL points to 
https://spark.apache.org/docs/latest/api/java/org/apache/spark/mllib/fpm/FPGrowth.html
 which is the Java's API, the link should point to the Scala API 
https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.fpm.FPGrowth

There's another mistake in the FP-GrowthModel in the same section, the link 
points, again, to the Java's API 
https://spark.apache.org/docs/latest/api/java/org/apache/spark/mllib/fpm/FPGrowthModel.html,
 the link should point to the Scala API 
https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.fpm.FPGrowthModel




--
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

Reply via email to