Code Monkey home page Code Monkey logo

vfdr-weka's Introduction

VFDR algorithm for Weka

Implementation of the VFDR algorithm for the Weka machine-learning platform. The algorithm is described in the following paper:

João Gama and Petr Kosina. Learning decision rules from data streams. In Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence - Volume Two, IJCAI’11, pages 1255–1260. AAAI Press, 2011.

The algorithm performs on-line classification on numeric or nominal attributes. It learns decision rules,can perform multiclass classification, and needs only one pass on the data to build its model. However, this version does not support concept drift.

Installing the package

Via the package manager's GUI

  • Open Weka's package manager (in Weka's GUI chooser, tools > Package manager)
  • Scroll to vfdr and click Install

Via the package manager's CLI

  • Assuming weka.jar is in the Java classpath, run
java weka.core.WekaPackageManager -install-package vfdr

Via a local copy

  • Build the package's zip archive or download it from /releases.
  • Assuming weka.jar is in the Java classpath, run
java weka.core.WekaPackageManager -install-package path/to/zip

Building the package

  • Update Description.props
  • From the top level directory, execute ant make_package -Dpackage="vfdr-${version}" -buildfile ./build_package.xml, where ${version} is the version number.
  • The created zip will live under /dist

vfdr-weka's People

Contributors

oowekyala avatar

Watchers

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