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
|[Dependencies_10_Delete_Label.cypher](./Dependencies_Projection/Dependencies_10_Delete_Label.cypher)| Dependencies_Projection | Community Detection Label Propagation Label Delete |
131
138
|[Dependencies_11_Add_Label.cypher](./Dependencies_Projection/Dependencies_11_Add_Label.cypher)| Dependencies_Projection | Write a property from the projection into the Graph. Variables: dependencies_projection, dependencies_projection_write_property |
132
139
|[Dependencies_12_Get_Projection_Statistics.cypher](./Dependencies_Projection/Dependencies_12_Get_Projection_Statistics.cypher)| Dependencies_Projection | Get dependency projection statistics |
140
+
|[Dependencies_13_Sample_Projected_Graph.cypher](./Dependencies_Projection/Dependencies_13_Sample_Projected_Graph.cypher)| Dependencies_Projection | Creates a smaller projection by sampling the original graph using "Common Neighbour Aware Random Walk" |
141
+
|[Dependencies_14_Write_Batch_Data.cypher](./Dependencies_Projection/Dependencies_14_Write_Batch_Data.cypher)| Dependencies_Projection | Writes batch data back into the database for code units when working with a dependencies projection. Variables: dependencies_projection_rows, dependencies_projection_node |
133
142
|[Dependencies_1_Delete_Projection.cypher](./Dependencies_Projection/Dependencies_1_Delete_Projection.cypher)| Dependencies_Projection | Delete projection if existing. Variables: dependencies_projection |
|[Explore_external_Typescript_dependencies.cypher](./Exploration/Explore_external_Typescript_dependencies.cypher)| Exploration | Explore Typescript nodes with globalFqn property by their label, count and if they came from the node_modules folder |
166
175
|[Explore_node_properties.cypher](./Exploration/Explore_node_properties.cypher)| Exploration | Explore node properties, the labels of their nodes and their count |
176
+
|[Explore_node_properties_non_null.cypher](./Exploration/Explore_node_properties_non_null.cypher)| Exploration | Explore non null node property counts for the selected node label. Variables: projection_node_label |
167
177
|[Explore_node_relationships.cypher](./Exploration/Explore_node_relationships.cypher)| Exploration | Get all relationships of one specific node to explore the schema |
168
178
|[Export_the_whole_database_as_CSV.cypher](./Export_the_whole_database_as_CSV.cypher)|| Export the whole database as CSV |
|[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 |
316
326
|[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 |
317
327
|[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. Requires "Add_file_name and_extension.cypher". |
328
+
|[Node_Embeddings_1d_Fast_Random_Projection_Tuneable_Stream.cypher](./Node_Embeddings/Node_Embeddings_1d_Fast_Random_Projection_Tuneable_Stream.cypher)| Node_Embeddings | Node Embeddings 1d using Fast Random Projection: Stream for Hyper-Parameter tuning. Requires "Add_file_name and_extension.cypher". |
329
+
|[Node_Embeddings_1e_Fast_Random_Projection_Tuneable_Write.cypher](./Node_Embeddings/Node_Embeddings_1e_Fast_Random_Projection_Tuneable_Write.cypher)| Node_Embeddings | Node Embeddings 1e using Fast Random Projection: Write for tuned hyper-parameters. |
318
330
|[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_3e_Node2Vec_Write.cypher](./Node_Embeddings/Node_Embeddings_3e_Node2Vec_Write.cypher)| Node_Embeddings | Node Embeddings 3d using Node2Vec: Write |
326
340
|[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 |
327
341
|[Cyclomatic_Method_Complexity_Distribution.cypher](./Overview/Cyclomatic_Method_Complexity_Distribution.cypher)| Overview | Cyclomatic Complexity Method Complexity Distribution |
|[Remove_duplicate_CONTAINS_relations_between_files.cypher](./Typescript_Enrichment/Remove_duplicate_CONTAINS_relations_between_files.cypher)| Typescript_Enrichment | Remove duplicate CONTAINS relationships with the same properties between files |
389
403
|[Set_localRootPath_for_modules.cypher](./Typescript_Enrichment/Set_localRootPath_for_modules.cypher)| Typescript_Enrichment | Set "rootProjectName" and some local path properties for Typescript modules |
390
404
|[Verify_projects_linked_to_npm_packages.cypher](./Typescript_Enrichment/Verify_projects_linked_to_npm_packages.cypher)| Typescript_Enrichment | Verify that all Typescript projects are linked to npm packages |
405
+
|[ValidateAlwaysFalse.cypher](./Validation/ValidateAlwaysFalse.cypher)| Validation | Will never return any results so that the validation will always fail. This is helpful for Jupyter Notebooks that should not be executed automatically. |
391
406
|[ValidateGitHistory.cypher](./Validation/ValidateGitHistory.cypher)| Validation | Check if there is at least one Git:Commit pointing to a Git:Change containing a Git:File from a Git:Repository|
392
407
|[ValidateJavaArtifactDependencies.cypher](./Validation/ValidateJavaArtifactDependencies.cypher)| Validation | Check if there is at least one Java Artifact dependency. |
393
408
|[ValidateJavaExternalDependencies.cypher](./Validation/ValidateJavaExternalDependencies.cypher)| Validation | Check if there is at least one external Java Type dependency. |
0 commit comments