You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by salexln <sa...@gmail.com> on 2015/11/29 11:39:17 UTC

FuzzyCMeans Implementation

Hi guys,
I'm working on implementation of FuzzyCMeans
(https://issues.apache.org/jira/browse/SPARK-2344),
and wanted your thought on whether should FuzzyCMeans class inherit from
KMeans?

On the one hand, they have a lot of in common, but on the other hand, other
algorithms based on KMeans (BisectingKMeans, StreamingKMeans), does not
inherit from it and maybe it is better to make an algorithm that does not
have dependencies of other algorithms.

What do you think? 



--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/FuzzyCMeans-Implementation-tp15386.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org