Skip to content

Install Decision Tree Plugin in Neo4j

MinhDungDo edited this page Oct 20, 2021 · 5 revisions

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 produces inside Neo4j

Clone this wiki locally