Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Niklas Wilcke
type. The common generics labeled-point class would be >>> useful >>> in MLlib. >>> I'd like to get your thoughts on it. >>> >>> For example, >>> ``` >>> abstract class LabeledPoint[T](label: T, features: Vector) >>> ``` >>&

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Niklas Wilcke
; in MLlib. > I'd like to get your thoughts on it. > > For example, > ``` > abstract class LabeledPoint[T](label: T, features: Vector) > ``` > > thanks > > > > > > > - > -- Yu Ishikawa > -- > View this message in context: > http://apache-spar

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Egor Pahomov
example, >> ``` >> abstract class LabeledPoint[T](label: T, features: Vector) >> ``` >> >> thanks >> >> >> >> >> >> >> - >> -- Yu Ishikawa >> -

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 at

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Egor Pahomov
oughts 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.

Re: MLlib enable extension of the LabeledPoint class

2014-09-25 Thread Yu Ishikawa
ughts 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 th

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 algorit