i want implement the hits algorithm on my java web project linked with neo4j but I have version 4.4.3 that doesn't use anymore algorithms but apoc functions.I cannot find the apoc function equivalent to hits, can someone help me please?
thank you for the answer, I have this error when running the project:org.neo4j.graphdb.QueryExecutionException: There is no procedure with the name gds.alpha.hits.stream registered for this database instance. Please ensure you've spelled the procedur...