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
|[Centrality_1a_List_TopPercentile.cypher](./Centrality/Centrality_1a_List_TopPercentile.cypher)| Centrality | List the top centrality nodes with a 99.5 percentile or higher |
20
21
|[Centrality_1b_List_TopPercent.cypher](./Centrality/Centrality_1b_List_TopPercent.cypher)| Centrality | List the top 2% nodes with the highest centrality score. |
|[Centrality_1d_Label_Add.cypher](./Centrality/Centrality_1d_Label_Add.cypher)| Centrality | Centrality Add label to the top 2% nodes with the highest centrality score |
|[Set_Parameters.cypher](./Centrality/Set_Parameters.cypher)| Centrality | Example on how to set the parameters for centrality in this case for Packages and PageRank |
50
59
|[Community_Detection_1a_Louvain_Estimate.cypher](./Community_Detection/Community_Detection_1a_Louvain_Estimate.cypher)| Community_Detection | Community Detection Louvain Estimate Memory |
51
60
|[Community_Detection_1b_Louvain_Statistics.cypher](./Community_Detection/Community_Detection_1b_Louvain_Statistics.cypher)| Community_Detection | Community Detection Louvain Statistics |
|[Dependencies_8_Stream_Mutated.cypher](./Dependencies_Projection/Dependencies_8_Stream_Mutated.cypher)| Dependencies_Projection | Read a property from the projection. Variables: dependencies_projection, dependencies_projection_write_property |
112
121
|[Dependencies_8_Stream_Mutated_Extended.cypher](./Dependencies_Projection/Dependencies_8_Stream_Mutated_Extended.cypher)| Dependencies_Projection | Read a property from the projection into the Graph. Variables: dependencies_projection, dependencies_projection_write_property |
113
122
|[Dependencies_8_Stream_Mutated_Grouped.cypher](./Dependencies_Projection/Dependencies_8_Stream_Mutated_Grouped.cypher)| Dependencies_Projection | Read a property from the projection. Variables: dependencies_projection, dependencies_projection_write_property |
123
+
|[Dependencies_8_Stream_Mutated_Value_Descending.cypher](./Dependencies_Projection/Dependencies_8_Stream_Mutated_Value_Descending.cypher)| Dependencies_Projection | Read a property from the projection and order it by its value descending. Variables: dependencies_projection, dependencies_projection_write_property |
114
124
|[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 |
115
125
|[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 |
116
126
|[Export_the_whole_database_as_CSV.cypher](./Export_the_whole_database_as_CSV.cypher)|| Export the whole database as CSV |
|[How_many_packages_compared_to_all_existing_are_used_by_dependent_artifacts.cypher](./Internal_Dependencies/How_many_packages_compared_to_all_existing_are_used_by_dependent_artifacts.cypher)| Internal_Dependencies | How many packages compared to all existing are used by dependent artifacts? |
147
157
|[List_types_that_are_used_by_many_different_packages.cypher](./Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher)| Internal_Dependencies | List types that are used by many different packages |
148
158
|[List_all_existing_artifacts.cypher](./List_all_existing_artifacts.cypher)|| List all existing artifacts |
159
+
|[Methods_1_Delete_Projection.cypher](./Method_Projection/Methods_1_Delete_Projection.cypher)| Method_Projection | Delete projection if existing. Variables: dependencies_projection |
|[Calculate_and_set_Abstractness.cypher](./Metrics/Calculate_and_set_Abstractness.cypher)| Metrics | Calculate and set Abstractness |
150
162
|[Calculate_and_set_Abstractness_including_Counts.cypher](./Metrics/Calculate_and_set_Abstractness_including_Counts.cypher)| Metrics | Calculate and set Abstractness including Counts |
151
163
|[Calculate_and_set_Instability_outgoing_incoming_Dependencies.cypher](./Metrics/Calculate_and_set_Instability_outgoing_incoming_Dependencies.cypher)| Metrics | Calculate and set Instability = outgoing / (outgoing + incoming) Dependencies |
0 commit comments