Giter Site home page Giter Site logo

miyakawataku / jubatus_core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jubatus/jubatus_core

0.0 2.0 0.0 9.27 MB

Jubatus algorithm component

License: GNU Lesser General Public License v2.1

Makefile 0.01% C++ 89.65% Python 9.89% C 0.22% Ruby 0.24%

jubatus_core's Introduction

jubatus_core

jubatus_core is the core library of Jubatus.

See http://jubat.us/ for details of Jubatus.

How to install

We officially support Ubuntu Server 12.04 LTS (x86_64) and Red Hat Enterprise Linux 6.2 or later (x86_64).

If you have already installed Jubatus 0.6.0 or later, you can already use jubatus_core. QuickStart describes how to install Jubatus. If you do not want to install whole Jubatus, you can install jubatus_core only. Before installation, you should install msgpack and oniguruma (oniguruma is optional). Then type as following:

wget -O jubatus_core-master.tar.gz https://github.com/jubatus/jubatus_core/archive/master.tar.gz
tar xf jubatus_core-master.tar.gz
cd jubatus_core-master
./waf configure --prefix=<prefix>
./waf
./waf --checkall
./waf install

If you do not need oniguruma, type

./waf configure --regexp-library=none --prefix=<prefix>

instead of

./waf configure --prefix=<prefix>

If you want to use re2 instead of oniguruma, add --regexp-library=re2 to ./waf configure.

License

LGPL 2.1

Third-party library included in jubatus_core

Jubatus source tree includes following third-party library.

  • Eigen (mainly under MPL2 License, while some codes are under LPGL2.1 or LGPL2.1+)
  • A fork of pficommon (placed under jubatus_core's jubatus/core/util/. New BSD License)

Update history

Update history can be found from ChangeLog.

Contributors

Contributors are listed at https://github.com/jubatus/jubatus/contributors and https://github.com/jubatus/jubatus_core/contributors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.