You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2023/02/17 05:53:04 UTC

[iotdb] branch research/M4-visualization updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

leirui pushed a commit to branch research/M4-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/research/M4-visualization by this push:
     new 4c9ea6f9e4 Update README.md
4c9ea6f9e4 is described below

commit 4c9ea6f9e4301169d9613e750650b08c2e20187d
Author: Rui,Lei <33...@users.noreply.github.com>
AuthorDate: Fri Feb 17 13:52:58 2023 +0800

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f39a973ade..ddc0fbc121 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 # M4-LSM 
 - The codes for two deployments, M4-UDF and M4-LSM, are available in this repository.
-    - M4-UDF: `server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java`. The document of the M4 function is available on the product [website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function) of Apache IoTDB.
+    - M4-UDF: M4-UDF is implemented in `server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java`. The document of the M4 function is available on the product [website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function) of Apache IoTDB.
     - M4-LSM: The candidate generation and verification framework is implemented in `server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java`. The step regression index is implemented in `tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/StepRegress.java`.
     - Some integration tests for correctness are in `server/src/test/java/org/apache/iotdb/db/integration/m4/MyTest1-4.java`.
 - The codes, data and scripts for experiments are in [another GitHub repository](https://github.com/LeiRui/M4-visualization-exp.git) for reproducibility.