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
|[Explore_node_properties.cypher](./Exploration/Explore_node_properties.cypher)| Exploration | Explore node properties, the labels of their nodes and their count |
176
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 |
177
177
|[Explore_node_relationships.cypher](./Exploration/Explore_node_relationships.cypher)| Exploration | Get all relationships of one specific node to explore the schema |
178
+
|[Explore_schema.cypher](./Exploration/Explore_schema.cypher)| Exploration | Explore node labels and their relationships for a schema overview |
178
179
|[Export_the_whole_database_as_CSV.cypher](./Export_the_whole_database_as_CSV.cypher)|| Export the whole database as CSV |
|[Node_Embeddings_3e_Node2Vec_Write.cypher](./Node_Embeddings/Node_Embeddings_3e_Node2Vec_Write.cypher)| Node_Embeddings | Node Embeddings 3d using Node2Vec: Write |
345
346
|[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 |
346
347
|[Cyclomatic_Method_Complexity_Distribution.cypher](./Overview/Cyclomatic_Method_Complexity_Distribution.cypher)| Overview | Cyclomatic Complexity Method Complexity Distribution |
|[Effective_Method_Line_Count_Distribution.cypher](./Overview/Effective_Method_Line_Count_Distribution.cypher)| Overview | Effective Method Line Count Distribution |
348
350
|[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. Requires "Add_file_name and_extension.cypher". |
349
351
|[Effective_lines_of_method_code_per_type.cypher](./Overview/Effective_lines_of_method_code_per_type.cypher)| Overview | Effective lines of method code per type. Requires "Add_file_name and_extension.cypher". |
0 commit comments