You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Set_Parameters.cypher](./Centrality/Set_Parameters.cypher)| Centrality | Example on how to set the parameters for centrality in this case for Packages and PageRank |
49
50
|[Community_Detection_1a_Louvain_Estimate.cypher](./Community_Detection/Community_Detection_1a_Louvain_Estimate.cypher)| Community_Detection | Community Detection Louvain Estimate Memory |
50
51
|[Community_Detection_1b_Louvain_Statistics.cypher](./Community_Detection/Community_Detection_1b_Louvain_Statistics.cypher)| Community_Detection | Community Detection Louvain Statistics |
51
52
|[Community_Detection_1c_Louvain_Stream.cypher](./Community_Detection/Community_Detection_1c_Louvain_Stream.cypher)| Community_Detection | Community Detection Louvain Stream |
|[Community_Detection_4f_Label_Propagation_Label.cypher](./Community_Detection/Community_Detection_4f_Label_Propagation_Label.cypher)| Community_Detection | Community Detection Add LabelPropagationCommunity+Id label |
74
75
|[Compare_Community_Detection_Results.cypher](./Community_Detection/Compare_Community_Detection_Results.cypher)| Community_Detection | Compare Community Detection Results |
75
76
|[Get_all_Packages_with_a_Community_Detection_Label.cypher](./Community_Detection/Get_all_Packages_with_a_Community_Detection_Label.cypher)| Community_Detection | Get all Packages with a Community Detection Label |
77
+
|[Set_Parameters.cypher](./Community_Detection/Set_Parameters.cypher)| Community_Detection | Example on how to set the parameters for community detaction in this case for Packages and Leiden |
76
78
|[Which_package_community_spans_multiple_artifacts.cypher](./Community_Detection/Which_package_community_spans_multiple_artifacts.cypher)| Community_Detection | Which package community spans multiple artifacts? |
77
79
|[Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher](./Community_Detection/Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher)| Community_Detection | Which package community spans several artifacts and how are the packages distributed? |
78
80
|[Which_type_community_spans_several_artifacts_and_how_are_the_types_distributed.cypher](./Community_Detection/Which_type_community_spans_several_artifacts_and_how_are_the_types_distributed.cypher)| Community_Detection | Which type community spans several artifacts and how are the types distributed? |
|[Dependencies_8_Stream_Mutated.cypher](./Dependencies_Projection/Dependencies_8_Stream_Mutated.cypher)| Dependencies_Projection | Read a property from the projection into the Graph. Variables: dependencies_projection, dependencies_projection_write_property |
102
+
|[Dependencies_9_Write_Mutated.cypher](./Dependencies_Projection/Dependencies_9_Write_Mutated.cypher)| Dependencies_Projection | Write a property from the projection into the Graph. Variables: dependencies_projection, dependencies_projection_write_property |
103
+
|[Set_Parameters.cypher](./Dependencies_Projection/Set_Parameters.cypher)| Dependencies_Projection | Example on how to set the parameters for the dependencies projection in this case for Packages and the useage with PageRank |
99
104
|[Export_the_whole_database_as_CSV.cypher](./Export_the_whole_database_as_CSV.cypher)|| Export the whole database as CSV |
|[External_package_name_elements.cypher](./External_Dependencies/External_package_name_elements.cypher)| External_Dependencies | External package name elements |
|[Set_Outgoing_Package_Dependencies.cypher](./Metrics/Set_Outgoing_Package_Dependencies.cypher)| Metrics | Set Outgoing Package Dependencies |
149
154
|[Set_Outgoing_Package_Method_Call_Dependencies.cypher](./Metrics/Set_Outgoing_Package_Method_Call_Dependencies.cypher)| Metrics | Set Outgoing Package Method Call Dependencies |
150
155
|[Set_Outgoing_Type_Dependencies.cypher](./Metrics/Set_Outgoing_Type_Dependencies.cypher)| Metrics | Set Outgoing Type Dependencies |
156
+
|[Node_Embeddings_1a_Fast_Random_Projection_Estimate.cypher](./Node_Embeddings/Node_Embeddings_1a_Fast_Random_Projection_Estimate.cypher)| Node_Embeddings | Node Embeddings 1a using Fast Random Projection: Estimate |
157
+
|[Node_Embeddings_1b_Fast_Random_Projection_Statistics.cypher](./Node_Embeddings/Node_Embeddings_1b_Fast_Random_Projection_Statistics.cypher)| Node_Embeddings | Node Embeddings 1b using Fast Random Projection: Statistics |
158
+
|[Node_Embeddings_1c_Fast_Random_Projection_Mutate.cypher](./Node_Embeddings/Node_Embeddings_1c_Fast_Random_Projection_Mutate.cypher)| Node_Embeddings | Node Embeddings 1c using Fast Random Projection: Mutate |
159
+
|[Node_Embeddings_1d_Fast_Random_Projection_Stream.cypher](./Node_Embeddings/Node_Embeddings_1d_Fast_Random_Projection_Stream.cypher)| Node_Embeddings | Node Embeddings 1d using Fast Random Projection: Stream |
160
+
|[Node_Embeddings_1e_Fast_Random_Projection_Write.cypher](./Node_Embeddings/Node_Embeddings_1e_Fast_Random_Projection_Write.cypher)| Node_Embeddings | Node Embeddings 1d using Fast Random Projection: Write |
|[Node_Embeddings_3a_Node2Vec_Estimate.cypher](./Node_Embeddings/Node_Embeddings_3a_Node2Vec_Estimate.cypher)| Node_Embeddings | Node Embeddings 3a using Node2Vec: Estimate |
165
+
|[Node_Embeddings_3c_Node2Vec_Mutate.cypher](./Node_Embeddings/Node_Embeddings_3c_Node2Vec_Mutate.cypher)| Node_Embeddings | Node Embeddings 3c using Node2Vec: Mutate |
166
+
|[Node_Embeddings_3d_Node2Vec_Stream.cypher](./Node_Embeddings/Node_Embeddings_3d_Node2Vec_Stream.cypher)| Node_Embeddings | Node Embeddings 3c using Node2Vec: Stream |
167
+
|[Node_Embeddings_3e_Node2Vec_Write.cypher](./Node_Embeddings/Node_Embeddings_3e_Node2Vec_Write.cypher)| Node_Embeddings | Node Embeddings 3d using Node2Vec: Write |
168
+
|[Set_Parameters.cypher](./Node_Embeddings/Set_Parameters.cypher)| Node_Embeddings | Example on how to set the parameters for node embeddings in this case for Packages and Node2Vec |
151
169
|[Cyclomatic_Method_Complexity_Distribution.cypher](./Overview/Cyclomatic_Method_Complexity_Distribution.cypher)| Overview | Cyclomatic Complexity Method Complexity Distribution |
152
170
|[Effective_Method_Line_Count_Distribution.cypher](./Overview/Effective_Method_Line_Count_Distribution.cypher)| Overview | Effective Method Line Count Distribution |
153
171
|[Effective_lines_of_method_code_per_package.cypher](./Overview/Effective_lines_of_method_code_per_package.cypher)| Overview | Effective lines of method code per package |
|[Set_artifactName_property_on_every_Package_node.cypher](./Set_artifactName_property_on_every_Package_node.cypher)|| Set artifactName property on every Package node |
186
+
|[Set_Parameters.cypher](./Similarity/Set_Parameters.cypher)| Similarity | Example on how to set the parameters for similarity in this case for Packages and Node Similarity |
0 commit comments