Coder Social home page Coder Social logo

cesarsotovalero / time-series-classification Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 2.0 719 KB

A package for performing time series classification in Weka.

Home Page: https://www.cesarsotovalero.net/time-series-classification/

License: GNU General Public License v3.0

Java 28.66% HTML 71.34%
timeseries timeseries-analysis weka-package weka-library weka dtw-algorithm dtw

time-series-classification's Introduction

TSC

Weka is a powerful machine learning framework. However, it lacks of tools to handle time series data analysis. TSC is a package that facilitates performing time series classification tasks in Weka.

This package implements the following functionalities:

  • DTWDistance: a distance function based on the dynamic time warping dissimilarity measure, DTW.
  • DTWSearch: a nearest neighbors algorithm for the classification of time series, which takes advantage of the Keogh’s lower bound technique in order to reduce the computational cost of the classification with DTW.
  • NumerosityReduction: a filter for numerosity reduction of time series, which is an implementation of the "Fast time series classification using numerosity reduction" algorithm for Weka.

Visit the wiki for details about the Installation and Usage examples.

Citation

If you use this tool, please cite the following research paper:

@inproceedings{SotoValero2016,
    author = {C\'esar Soto-Valero, Mabel Gonz\'alez Castellanos},
    title = {Paquete para la clasificación de series temporales en Weka},
    year = {2016},
    publisher = {Ediciones Futuro},
    address = {Cuba},
    booktitle = {III Conferencia Internacional en Ciencias Computacionales e Inform\'aticas},
    pages = {1–13},
    numpages = {13},
    location = {La Havana, CU},
    series = {CICCI' 2016}
}

time-series-classification's People

Contributors

cesarsotovalero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mabelc wanggaofei

time-series-classification's Issues

NPE when installing

Hi,

I'm getting an NPE when trying to install this package. I am installing via the 'unoffical package' option in package manager using the rar file provided.
Attempted to install in versions 3.7.12 and 3.8.4
This is occuring on both Windows 10 and Ubuntu 18.04

java.lang.NullPointerException at weka.core.WekaPackageLibIsolatingClassLoader.checkForNativeLibs(WekaPackageLibIsolatingClassLoader.java:220) at weka.core.WekaPackageLibIsolatingClassLoader.init(WekaPackageLibIsolatingClassLoader.java:145) at weka.core.WekaPackageLibIsolatingClassLoader.<init>(WekaPackageLibIsolatingClassLoader.java:126) at weka.core.WekaPackageClassLoaderManager.addPackageToClassLoader(WekaPackageClassLoaderManager.java:369) at weka.core.WekaPackageManager.initializeAndLoadUnofficialPackage(WekaPackageManager.java:2372) at weka.core.WekaPackageManager.installPackageFromArchive(WekaPackageManager.java:2359) at weka.gui.PackageManager$UnofficialInstallTask.doInBackground(PackageManager.java:780) at weka.gui.PackageManager$UnofficialInstallTask.doInBackground(PackageManager.java:724) at java.desktop/javax.swing.SwingWorker$1.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.desktop/javax.swing.SwingWorker.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)

Thanks

install but dont work

I installed the files as you said, I unzipped the file in users\weka\packages but when I open weka I can't find it in lbK. If you somehow have a better installation solution....

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.