Fanoid commented on code in PR #227:
URL: https://github.com/apache/flink-ml/pull/227#discussion_r1155451901


##########
flink-ml-core/src/main/java/org/apache/flink/ml/common/datastream/DataStreamUtils.java:
##########
@@ -280,6 +280,15 @@ public static <IN, ACC, OUT> DataStream<OUT> aggregate(
      * <p>This method takes samples without replacement. If the number of 
elements in the stream is
      * smaller than expected number of samples, all elements will be included 
in the sample.
      *
+     * <p>Technical details about this method: Firstly, the input elements are 
rebalanced. Then, in

Review Comment:
   Thanks for your comments. I've updated the PR.



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to