weibozhao commented on a change in pull request #24:
URL: https://github.com/apache/flink-ml/pull/24#discussion_r752853041



##########
File path: 
flink-ml-lib/src/main/java/org/apache/flink/ml/classification/knn/DenseMatrix.java
##########
@@ -0,0 +1,161 @@
+package org.apache.flink.ml.classification.knn;
+
+import java.io.Serializable;
+
+/**
+ * Knn DenseMatrix stores dense matrix data and provides some methods to 
operate on the matrix it
+ * represents. This data structure helps knn to accelerate distance 
calculation.
+ */
+public class DenseMatrix implements Serializable {

Review comment:
       OK, I agree with you. I will move it later.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to