The purpose of this project is to enable access to Apache Mahout’s similarity functions directly within Neo4j via Cypher.
This project uses maven, to build a jar-file for the similarity functions defined in this project, simply package the project with maven:
mvn clean package
This will produce a jar-file,target/similarity-1.0.1-SNAPSHOT.jar
,
that can be deployed in the plugin
directory of your Neo4j instance.