Failed to invoke procedure `com.maxdemarzi.decision_tree.create`: Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray #2
Soon i receive this error message:
Failed to invoke procedurecom.maxdemarzi.decision_tree.create: Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray
If i call the same function again it throws this error:
Failed to invoke procedure "com.maxdemarzi.decision_tree.create": Caused by: java.lang.NoClassDefFoundError: Could not initialize class clojure.java.api.Clojure
After cloning and creating the schema on my neo4j db i wanted to create the tree with the command:
CALL com.maxdemarzi.decision_tree.create('credit', '/my/own/path/training.csv', '/my/own/path/answers.csv', 0.02)
Soon i receive this error message:
Failed to invoke procedure
com.maxdemarzi.decision_tree.create: Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray
If i call the same function again it throws this error:
Failed to invoke procedure "com.maxdemarzi.decision_tree.create": Caused by: java.lang.NoClassDefFoundError: Could not initialize class clojure.java.api.Clojure