tigergraph / gsql-graph-algorithms

GSQL Graph Algorithms
https://docs.tigergraph.com/graph-ml/current/intro/
Apache License 2.0
192 stars 70 forks source link

fast random projection gsql - updates to parameter implementation #140

Open jkerney opened 1 year ago

jkerney commented 1 year ago

PR Summary

This PR addresses two bugs in query tg_fastRP.gsql.

  1. Parameter choose_k ineffective
  1. Incorrect zero values when print_results = TRUE

Additional Information

Feedback Request