Github user zhengruifeng commented on the issue:
https://github.com/apache/spark/pull/16654
Existing metrics (WSSSE,Loglikelihood) are relevant to detail of algorithm.
Computation of WSSSE for KMeans/BisectKMeans use the average vectors as the
centers, but for KMedoids the medoids, other than averages, should be used. If
we use the same logic in KMeans to compute the WSSSE for KMedoids, I think it
will be a mistake.
And I found that some supervised algorithms support evaluate method in
models: LiR,LoR,GLR.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]