Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto-pick-to-v3.4.0]update analytics #1987

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs-2.0/graph-computing/algorithm-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ Parameter descriptions are as follows:
|`ITERATIONS`|`10`|The maximum number of iterations.|
|`IS_DIRECTED`|`true`|Whether to consider the direction of the edges. If set to `false`, the system automatically adds the reverse edge.|
|`IS_CALC_MODULARITY`|`false`| Whether to calculate modularity.|
|`IS_OUTPUT_MODULARITY`|`false`|Whether to calculate and output module degrees. When set to `true`, the default output is to the third column of the file, but it can also be output to NebulaGraph with options `-nebula_output_props` and `-nebula_output_types`. Output to NebulaGraph is not yet supported when using Explorer.|
|`IS_STAT_COMMUNITY`|`false`|Whether to count the number of communities.|

- Output parameters

Expand Down Expand Up @@ -423,6 +425,8 @@ Parameter descriptions are as follows:
|`IS_DIRECTED`|`true`|Whether to consider the direction of the edges. If set to `false`, the system automatically adds the reverse edge.|
|`PREFERENCE`|`1.0`| The bias of the neighbor vertex degree. `m>0`indicates biasing the neighbor with high vertex degree, `m<0` indicates biasing the neighbor with low vertex degree, and `m=0` indicates ignoring the neighbor vertex degree.|
|`HOP_ATT`|`0.1`|The attenuation coefficient. The value ranges from `0` to `1`. The larger the value, the faster it decays and the fewer times it can be passed.|
|`IS_OUTPUT_MODULARITY`|`false`|Whether to calculate and output module degrees. When set to `true`, the default output is to the third column of the file, but it can also be output to NebulaGraph with options `-nebula_output_props` and `-nebula_output_types`. Output to NebulaGraph is not yet supported when using Explorer.|
|`IS_STAT_COMMUNITY`|`false`|Whether to count the number of communities.|

- Output parameters

Expand Down Expand Up @@ -457,6 +461,8 @@ Parameter descriptions are as follows:
|:--|:--|:--|
|`IS_DIRECTED`|`true`| Whether to consider the direction of the edges. If set to `false`, the system automatically adds the reverse edge.|
|`IS_CALC_MODULARITY`|`false`| Whether to calculate modularity.|
|`IS_OUTPUT_MODULARITY`|`false`|Whether to calculate and output module degrees. When set to `true`, the default output is to the third column of the file, but it can also be output to NebulaGraph with options `-nebula_output_props` and `-nebula_output_types`. Output to NebulaGraph is not yet supported when using Explorer.|
|`IS_STAT_COMMUNITY`|`false`|Whether to count the number of communities.|

- Output parameters

Expand Down Expand Up @@ -491,6 +497,8 @@ Parameter descriptions are as follows:
|`OUTER_ITERATION`|`20`|The maximum number of iterations in the first phase.|
|`INNER_ITERATION`|`10`|The maximum number of iterations in the second phase.|
|`IS_CALC_MODULARITY`|`false`| Whether to calculate modularity.|
|`IS_OUTPUT_MODULARITY`|`false`|Whether to calculate and output module degrees. When set to `true`, the default output is to the third column of the file, but it can also be output to NebulaGraph with options `-nebula_output_props` and `-nebula_output_types`. Output to NebulaGraph is not yet supported when using Explorer.|
|`IS_STAT_COMMUNITY`|`false`|Whether to count the number of communities.|

- Output parameters

Expand Down