File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ nodeEmbeddingsWithFastRandomProjection() {
100100 # Stream to CSV
101101 local nodeLabel
102102 nodeLabel=$( extractQueryParameter " dependencies_projection_node" " ${@ } " )
103- execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_8_Stream_Mutated.cypher" " ${@ } " > " ${FULL_REPORT_DIRECTORY} /${nodeLabel} _Embeddings_Label_Random_Projection.csv"
103+ execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_8_Stream_Mutated.cypher" " ${@ } " " ${writePropertyName} " > " ${FULL_REPORT_DIRECTORY} /${nodeLabel} _Embeddings_Label_Random_Projection.csv"
104104
105105 # Update Graph (node properties and labels) using the already mutated property projection
106106 execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_9_Write_Mutated.cypher" " ${@ } " " ${writePropertyName} "
@@ -170,7 +170,7 @@ nodeEmbeddingsWithNode2Vec() {
170170 # Stream to CSV
171171 local nodeLabel
172172 nodeLabel=$( extractQueryParameter " dependencies_projection_node" " ${@ } " )
173- execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_8_Stream_Mutated.cypher" " ${@ } " > " ${FULL_REPORT_DIRECTORY} /${nodeLabel} _Embeddings_Node2Vec.csv"
173+ execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_8_Stream_Mutated.cypher" " ${@ } " " ${writePropertyName} " > " ${FULL_REPORT_DIRECTORY} /${nodeLabel} _Embeddings_Node2Vec.csv"
174174
175175 # Update Graph (node properties and labels) using the already mutated property projection
176176 execute_cypher " ${PROJECTION_CYPHER_DIR} /Dependencies_9_Write_Mutated.cypher" " ${@ } " " ${writePropertyName} "
You can’t perform that action at this time.
0 commit comments