MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Niklas Wilcke
Hi Spark developers, I try to implement a framework with Spark and MLlib to do duplicate detection. I'm not familiar with Spark and Scala so please be patient with me. In order to enrich the LabeledPoint class with some information I tried to extend it and added some properties. But the ML

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Yu Ishikawa
on it. For example, ``` abstract class LabeledPoint[T](label: T, features: Vector) ``` thanks - -- Yu Ishikawa -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-enable-extension-of-the-LabeledPoint-class-tp8546p8549.html Sent from the Apache

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Egor Pahomov
[T](label: T, features: Vector) ``` thanks - -- Yu Ishikawa -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-enable-extension-of-the-LabeledPoint-class-tp8546p8549.html Sent from the Apache Spark Developers List mailing list archive

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Yu Ishikawa
Hi Egor Pahomov, Thank you for your comment! - -- Yu Ishikawa -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-enable-extension-of-the-LabeledPoint-class-tp8546p8551.html Sent from the Apache Spark Developers List mailing list archive

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Niklas Wilcke
LabeledPoint[T](label: T, features: Vector) ``` thanks - -- Yu Ishikawa -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-enable-extension-of-the-LabeledPoint-class-tp8546p8549.html Sent from the Apache Spark Developers List mailing list

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Niklas Wilcke
-spark-developers-list.1001551.n3.nabble.com/MLlib-enable-extension-of-the-LabeledPoint-class-tp8546p8549.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr