diff --git a/docs/Documentation-CHN/UserGuide/8-Tools-watermark.md b/docs/Documentation-CHN/UserGuide/8-Tools-watermark.md index 6b5956d432cafe96430d09d70ddf62f1ffc3e095..6997830db9789315e6b01fad75b4d04eca96f190 100644 --- a/docs/Documentation-CHN/UserGuide/8-Tools-watermark.md +++ b/docs/Documentation-CHN/UserGuide/8-Tools-watermark.md @@ -225,6 +225,6 @@ sql用法:`revoke watermark_embedding from Alice` - `watermark_secret_key`, `watermark_bit_string`, `embed_row_cycle`和`embed_lsb_num`应该和水印嵌入过程使用的值保持一致。 -- `alpha`: 取值范围是[0,1] +- `alpha`: 取值范围[0,1]。水印检测基于显著性检验,`alpha`越小,没有嵌入水印的数据被检测成嵌入水印的可能性越低,从而检测出嵌入水印的结果的可信度越高。 - `columnIndex`: 正整数 \ No newline at end of file diff --git a/docs/Documentation/UserGuide/8-Tools-watermark.md b/docs/Documentation/UserGuide/8-Tools-watermark.md index dcd5f68b9f6107da41e3a3b065c12bb8aa717b1a..b8e4a2610cfd79e442ad78c16138d39345097665 100644 --- a/docs/Documentation/UserGuide/8-Tools-watermark.md +++ b/docs/Documentation/UserGuide/8-Tools-watermark.md @@ -66,8 +66,8 @@ Notes: - `watermark_bit_string`: There is no constraint on the length of the bit string (except that it should not be empty). But note that it is difficult to reach the required significance level at the watermark detection phase if the bit string is way too short. - `watermark_method`: Now only GroupBasedLSBMethod is supported, so actually you can only tune the two parameters of this method, which are `embed_row_cycle` and `embed_lsb_num`. - Both of them should be positive integers. - - `embed_row_cycle` controls the ratio of rows watermarked. The smaller `embed_row_cycle` is, the larger proportion of rows are watermarked. When `embed_row_cycle` equals 1, every row is watermarked. - - GroupBasedLSBMethod uses LSB embedding. `embed_lsb_num` controls the number of least significant bits available for watermark embedding. The biggger `embed_lsb_num` is, the bigger range a data point can be varied. + - `embed_row_cycle` controls the ratio of rows watermarked. The smaller the `embed_row_cycle`, the larger the ratio of rows watermarked. When `embed_row_cycle` equals 1, every row is watermarked. + - GroupBasedLSBMethod uses LSB embedding. `embed_lsb_num` controls the number of least significant bits available for watermark embedding. The biggger the `embed_lsb_num`, the larger the varying range of a data point. - `watermark_secret_key`, `watermark_bit_string` and `watermark_method` should be kept secret from possible attackers. That is, it is your responsiblity to take care of `iotdb-engine.properties`. @@ -224,6 +224,6 @@ Notes: - `watermark_secret_key`, `watermark_bit_string`, `embed_row_cycle` and `embed_lsb_num` should be consistent with those used in the embedding phase. -- `alpha`: It should be in the range of [0,1]. +- `alpha`: It should be in the range of [0,1]. The watermark detection is based on the significance test. The smaller the `alpha` is, the lower the probability that the data without the watermark is detected to be watermark embedded, and thus the higher the credibility of the result of detecting the existence of the watermark in data. -- `columnIndex`: It should be postive integer. \ No newline at end of file +- `columnIndex`: It should be a postive integer. \ No newline at end of file