Re: KMeansModel Construtor error

2014-07-15 Thread Rohit Pujari
Thanks Xiangrui for your response. Rohit Sent from my iPhone > On Jul 14, 2014, at 11:41 PM, Xiangrui Meng wrote: > > I don't think MLlib supports model serialization/deserialization. You > got the error because the constructor is private. I created a JIRA for > this: https://issues.apache.org/

Re: KMeansModel Construtor error

2014-07-14 Thread Xiangrui Meng
I don't think MLlib supports model serialization/deserialization. You got the error because the constructor is private. I created a JIRA for this: https://issues.apache.org/jira/browse/SPARK-2488 and we try to make sure it is implemented in v1.1. For now, you can modify the KMeansModel and remove p