Giter Club home page Giter Club logo

lmessi's Introduction

LMESSI

This is the LMESSI isax based time-series index for Long Sequences.

Input:

• Data File Path. e.g. /mnt/CEA/data/SDSSR.bin • Query length (number of points). e.g. 1750 • Queries File Path. e.g. /mnt/CEA/query/SDSSRQueries.bin • Output Directory Path. e.g. /mnt/CEA/result • Dataset Size (number of points). e.g. 7642056 • Queries size (number of queries). e.g. 100 • K size (number of nearest neighbours to find). e.g. 10 • leaf size. e.g. 50000 • cpu-type (number of cores in number of CPUs). e.g. 42 for 4 cores in 2 CPUs

Install:

autoconf ./configure make

if you have an error try:

autoreconf ./configure make

Then, you can run:

./LMESSI --help

Command:

cd bin ./LMESSI −−dataset /mnt/CEA/data/SDSSR.bin −−leaf-size 50000 −−cpu-type 42 −−dataset-size 7642056 −−queries /mnt/CEA/query/SDSSRQueries.bin −−queries-size 100 −−query-length 1750 −−k-size 10 −−output /mnt/CEA/result/

Output:

• Result file : position and correlation value

PS:the SIMD lower bound distance calculation code is only for 16 segments. The real distance calculation is only for Multiples of 8. if you use other parameters please use their SISD version (remove "_SIMD").

lmessi's People

Contributors

khadidjam avatar

Stargazers

Giacomo Bergami avatar

Watchers

Giacomo Bergami avatar  avatar

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.