Github user zhengruifeng commented on the issue:

    https://github.com/apache/spark/pull/16654
  
    @srowen I think I had not clarify my thoughts. WSSSE and Loglikelihood are 
algorithm-specific metrics.
    For example:
    WSSSE dont make sense for clustering algorithms like DBSCAN,
    GMM's Loglikelihood is even different from MixtureModels of other 
distribution: Given a RDD[Int] representing clusterID or RDD[Array[Double]] 
representing cluster probability distribution, we can not design a general 
method to compute the Loglikelihood.
    
    Some general clustering metrics are listed in 
http://scikit-learn.org/stable/modules/classes.html#module-sklearn.metrics.cluster,
 but wssse and loglikelihood are not in it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to