Giter Site home page Giter Site logo

peidong-wang / ctbnctoolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dcodecasa/ctbnctoolkit

0.0 2.0 0.0 644 KB

Toolkit for Continuous Time Bayesian Network Classifiers

License: BSD 3-Clause "New" or "Revised" License

Java 99.61% Makefile 0.39%

ctbnctoolkit's Introduction

CTBNCToolkit

Continuous time Bayesian network classifiers are designed for temporal classification of multivariate streaming data when time duration of events matters and the class does not change over time. CTBNCToolkit is an open source Java toolkit which provides a stand-alone application for temporal classification and a library for continuous time Bayesian network classifiers.

CTBNCToolkit can be used for scientific purposes, such as model comparison and temporal classification of interesting scientific problems, but it can be used as well as a prototype to address real world problems.

CTBNCToolkit was built at MAD laboratory, mainly by Daniele Codecasa as part of his Ph.D. thesis.

Usage

CTBNCToolkit requires opencsv-2.3 library to read the csv files and commons-math3-3.0 library for the Gamma function calculation. To compile and try the toolkit follow these steps:

  • download opencsv 2.3 library (direct link here);

  • download commons math 3.0 library (direct link here);

  • create a 'lib' folder in the same directory were the 'CTBNCToolkit' folder is contained;

  • copy the downloaded libraries (i.e. commons-math3-3.0.jar and opencsv-2.3.jar) in the lib folder;

  • run the command 'make' to compile the library;

  • run the command 'make jar' to create an executable .jar file;

  • try it out with the command

    java -jar CTBNCToolkit.jar --help

External links

ctbnctoolkit's People

Contributors

dcodecasa avatar

Watchers

 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.