Code Monkey home page Code Monkey logo

fehc's Introduction

FEHC - Fast and Effective Histogram Construction

FEHC is a program to evaluate the efficiency and effectiveness of several histogram construction (or sequence segmentation) algorithms as mentioned in these two papers:

(1). Felix Halim, Panagiotis Karras, Roland H. C. Yap: Fast and effective histogram construction. CIKM 2009.

(2). Felix Halim, Panagiotis Karras, Roland H. C. Yap: Local Search in Histogram Construction. AAAI 2010.

For more information please visit the website:

http://felix-halim.net/research/histogram/index.php

How to run the program

  1. Compile all the source codes. Go to the folder where the "makefile" resides and type:

    make

    It will compile all the source codes and put in the executables in the bin folder

  2. Run the algorithm by feeding the input to its standard input and specify the input parameter for the program. For example, to run the GDY algorithm on "winding" dataset, type:

    ./gdy_dp -B 16 -I 8 < data/winding1.in

    The available parameters to the program are:

    -B to specify how many buckets to generate (mandatory)

    -e to specify the epsilon for the AHistL program

    -I to specify the number of iterations for GDY_DP and GDY_BDP

LICENSE

Copyright (C) 2009-2012 Felix Halim

FEHC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3 of the License.

FEHC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License http://www.gnu.org/licenses/ for more details.

fehc's People

Contributors

felix-halim avatar

Watchers

James Cloos avatar Antonio Mallia 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.