Skip to content

Package provides java implementation of the ART-based ANN FALCON

License

Notifications You must be signed in to change notification settings

cschen1205/java-ann-falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-ann-falcon

Package provides java implementation of the ART-based ANN FALCON

Build Status Coverage Status

Install

Add the following dependency into your POM file:

<dependency>
  <groupId>com.github.cschen1205</groupId>
  <artifactId>java-ann-falcon</artifactId>
  <version>1.0.1</version>
</dependency>

Usage

Coming Soon