You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/01 04:21:24 UTC

[GitHub] [flink-ml] zhipeng93 opened a new pull request, #169: [FLINK-29824] Stop clustering when size of the active clusters is one

zhipeng93 opened a new pull request, #169:
URL: https://github.com/apache/flink-ml/pull/169

   ## What is the purpose of the change
   
   Fix the bug in AgglomerativeClustering that we did not stop the clustering process when the size of the active clusters is already one.
   
   ## Brief change log
   
     - Stops the clustering process when size of the active clusters is one
     - Add unit test to cover the bug.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-ml] lindong28 commented on pull request #169: [FLINK-29824] Stop clustering when size of the active clusters is one

Posted by GitBox <gi...@apache.org>.
lindong28 commented on PR #169:
URL: https://github.com/apache/flink-ml/pull/169#issuecomment-1298031328

   Thanks for the PR! LGTM.


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-ml] lindong28 merged pull request #169: [FLINK-29824] Stop clustering when size of the active clusters is one

Posted by GitBox <gi...@apache.org>.
lindong28 merged PR #169:
URL: https://github.com/apache/flink-ml/pull/169


-- 
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: issues-unsubscribe@flink.apache.org

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