Install Decision Tree Plugin in Neo4j - clumsyspeedboat/Decision-Tree-Neo4j GitHub Wiki

This is an instruction on how to run decision tree plugin in Neo4j.

1. Clone the repository.

The first step is to clone the repository.

image

2. Build Maven file for the source code

The next step is to use maven, to build a jar-file with the procedure for this project. The user need to package the project with Maven. This step need to use software such as eclipse or IntelliJ.

Eclipse

3. Copy Jar file to Neo4j plugins directory

After the 2nd step a Jar file will be created.

JarFile

The user then need to copy this file and paste it into the Neo4j plugins directory.

PluginFolder

4. Now the plugin is ready for the user to use

The user can run the procedures inside Neo4j The user can find the list of procedure in this link:

List of procedure for DTP