Hello! I am trying to run the example in: https://tbgraph.wordpress.com/2018/10/17/feature-extraction-on-a-peer-to-peer-network-with-deepgl-embedding-and-neo4j/
This example uses the Gnutella dataset.
At some point, the DeepGL algorithm is called:
CALL embedding.deepgl("Host","CONNECTION", {
nodeFeatures: ['pagerank'],
iterations: 2
})
But it returns the following error:
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure embedding.deepgl: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.nd4j.linalg.factory.Nd4j
I have tried putting the .jar inside the plugins folder, also, manually compiled the source and tried that. But something is not right.
@meltzerpete is there something that I am missing here?
Thanks for the help 👍
Hello! I am trying to run the example in: https://tbgraph.wordpress.com/2018/10/17/feature-extraction-on-a-peer-to-peer-network-with-deepgl-embedding-and-neo4j/
This example uses the Gnutella dataset.
At some point, the DeepGL algorithm is called:
But it returns the following error:
I have tried putting the .jar inside the plugins folder, also, manually compiled the source and tried that. But something is not right.
@meltzerpete is there something that I am missing here?
Thanks for the help 👍