When copying the 3rd release .jar file to plugins folder and setting the the config:
dbms.security.procedures.whitelist=regression., embedding.
dbms.security.procedures.unrestricted=regression., embedding.
(running on neo4j 3.5)
The procedures embedding.deepWalk and embedding.deepgl
cannot be run in the neo4j browser due to the error:
neo4j Could not initialize class org.nd4j.linalg.factory.Nd4j
Seems like the compiled file lacks some dependcies.
Sorry I cannot build myself as I am not Java programmer.
Anybody has same issues?
Thx.
When copying the 3rd release .jar file to plugins folder and setting the the config:
dbms.security.procedures.whitelist=regression., embedding.
dbms.security.procedures.unrestricted=regression., embedding.
(running on neo4j 3.5)
The procedures embedding.deepWalk and embedding.deepgl
cannot be run in the neo4j browser due to the error:
neo4j Could not initialize class org.nd4j.linalg.factory.Nd4j
Seems like the compiled file lacks some dependcies.
Sorry I cannot build myself as I am not Java programmer.
Anybody has same issues?
Thx.