You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/10 02:24:42 UTC

[GitHub] [spark] zhengruifeng edited a comment on pull request #35457: [SPARK-36553][ML] KMeans avoid compute auxiliary statistics for large K

zhengruifeng edited a comment on pull request #35457:
URL: https://github.com/apache/spark/pull/35457#issuecomment-1034425044


   since the matrix is symmetric, if we un-pack it, then we will get a even bigger matrix of size `k * k`.
   
   https://github.com/apache/spark/pull/27758#discussion_r409316055


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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