Skip to content

OpenANN/OpenANN

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
doc
 
 
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenANN

An open source library for artificial neural networks.

API documentation

Build Status

License

The license is GPL 3. You can find the license text in the file COPYING.

Minimum Requirements

  • CMake 2.8 or higher
  • C++ compiler, e. g. g++
  • build management tool that is supported by CMake, e. g. make
  • Eigen 3 library
  • shell, wget, unzip

Installation

Linux

cd path/to/OpenANN/dir
mkdir build
cd build
cmake ..
sudo make install
sudo ldconfig