Documentation error in MLlib - Clustering?

2015-02-13 Thread Emre Sevinc
Hello, I was trying the streaming kmeans clustering example in the official documentation at: http://spark.apache.org/docs/1.2.0/mllib-clustering.html But I've got a type error when I tried to compile the code: [error] found :

Re: Documentation error in MLlib - Clustering?

2015-02-13 Thread Sean Owen
Agree, it's correct in the linear methods doc page too. You can open a PR for this simple 'typo' fix; I imagine it just wasn't updated or fixed with the others. On Fri, Feb 13, 2015 at 4:26 PM, Emre Sevinc emre.sev...@gmail.com wrote: Hello, I was trying the streaming kmeans clustering example