求助,neo4j中使用决策树算法
根据例子 基于NEO4J决策树的动态规则
完成实体和关系的构建
但是无法进行查询:
call com.maxdemarzi.traverse.decision_tree(‘bar entrance’,{gender:‘female’,age:‘19’})yield path
return path
返回的是这样的错误:
Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name com.maxdemarzi.traverse.decision_tree
registered for this database instance. Please ensure you’ve spelled the procedure name correctly and that the procedure is properly deployed.
我看这像是缺少插件,所以想请教下各位:
1)这个决策树插件 com.maxdemarzi.traverse.decision_tree
要怎么安装呢?
2)我用的是社区版的neo4j桌面版,不知道社区版是不是不支持额外下载插件,或者说不支持下载这个决策树插件?
5 回复