Skip to content

Commit def8f74

Browse files
committed
Automated cypher reference document generation (CI)
1 parent b9c25aa commit def8f74

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cypher/CYPHER.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,15 @@ Script | Directory | Description
8383
| [Community_Detection_2d_Leiden_Stream.cypher](./Community_Detection/Community_Detection_2d_Leiden_Stream.cypher) | Community_Detection | Community Detection Leiden Stream |
8484
| [Community_Detection_2d_Leiden_Tuneable_Write.cypher](./Community_Detection/Community_Detection_2d_Leiden_Tuneable_Write.cypher) | Community_Detection | Community Detection Leiden Write property communityLeidenId |
8585
| [Community_Detection_2d_Leiden_Write_Node_Property.cypher](./Community_Detection/Community_Detection_2d_Leiden_Write_Node_Property.cypher) | Community_Detection | Community Detection Leiden Write property communityLeidenId |
86-
| [Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher](./Community_Detection/Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher) | Community_Detection | Community Detection Label Propagation Estimate |
86+
| [Community_Detection_3a_StronglyConnectedComponents_Estimate.cypher](./Community_Detection/Community_Detection_3a_StronglyConnectedComponents_Estimate.cypher) | Community_Detection | Community Detection Strongly Connected Components Estimate |
87+
| [Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher](./Community_Detection/Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher) | Community_Detection | Community Detection Weakly Connected Components |
88+
| [Community_Detection_3b_StronglyConnectedComponents_Statistics.cypher](./Community_Detection/Community_Detection_3b_StronglyConnectedComponents_Statistics.cypher) | Community_Detection | Community Detection Strongly Connected Components Statistics |
8789
| [Community_Detection_3b_WeaklyConnectedComponents_Statistics.cypher](./Community_Detection/Community_Detection_3b_WeaklyConnectedComponents_Statistics.cypher) | Community_Detection | Community Detection Weakly Connected Components Statistics |
90+
| [Community_Detection_3c_StronglyConnectedComponents_Mutate.cypher](./Community_Detection/Community_Detection_3c_StronglyConnectedComponents_Mutate.cypher) | Community_Detection | Community Detection Strongly Connected Components Mutate |
8891
| [Community_Detection_3c_WeaklyConnectedComponents_Mutate.cypher](./Community_Detection/Community_Detection_3c_WeaklyConnectedComponents_Mutate.cypher) | Community_Detection | Community Detection Weakly Connected Components Mutate |
92+
| [Community_Detection_3d_StrongyConnectedComponents_Stream.cypher](./Community_Detection/Community_Detection_3d_StrongyConnectedComponents_Stream.cypher) | Community_Detection | Community Detection Strongly Connected Components Stream |
8993
| [Community_Detection_3d_WeaklyConnectedComponents_Stream.cypher](./Community_Detection/Community_Detection_3d_WeaklyConnectedComponents_Stream.cypher) | Community_Detection | Community Detection Weakly Connected Components Stream |
94+
| [Community_Detection_3e_StronglyConnectedComponents_Write.cypher](./Community_Detection/Community_Detection_3e_StronglyConnectedComponents_Write.cypher) | Community_Detection | Community Detection Strongly Connected Components write node property communityStronglyConnectedComponentId |
9095
| [Community_Detection_3e_WeaklyConnectedComponents_Write.cypher](./Community_Detection/Community_Detection_3e_WeaklyConnectedComponents_Write.cypher) | Community_Detection | Community Detection Weakly Connected Components write node property communityWeaklyConnectedComponentId |
9196
| [Community_Detection_4a_Label_Propagation_Estimate.cypher](./Community_Detection/Community_Detection_4a_Label_Propagation_Estimate.cypher) | Community_Detection | Community Detection Label Propagation Estimate |
9297
| [Community_Detection_4b_Label_Propagation_Statistics.cypher](./Community_Detection/Community_Detection_4b_Label_Propagation_Statistics.cypher) | Community_Detection | Community Detection Label Propagation Statistics |

0 commit comments

Comments
 (0)