Giter Site home page Giter Site logo

protti / featts Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 1.0 22.44 MB

FeatTS is a Semi-Supervised Clustering method that leverages features extracted from the raw time series to create clusters that reflect the original time series.

License: GNU General Public License v3.0

Python 100.00%
time-series clustering features-extraction time-series-clustering papers

featts's Introduction

FeatTS

Paper

At this link you can find the paper related at this code: http://openproceedings.org/2021/conf/edbt/p270.pdf

Running

python_version > '3.7'

In the testFeatureExtraction.py we can found the main file where we can set the parameter for launch the code. The dataset used for the test should be inside the DatasetTS folder. Inside this folder, you have to create a folder with the same name of the dataset.

At the end of the computation, a file called experiments.tsv will contain all the results obained on the datasets.

Configuration File

For test some other dataset it's very important to create a .tsv file where the first column will be the class of the time series and then all the points of the latter:

Class 1 2 3 4 5 ...
0 2.5 2.8 2.2 2.1 3.8 ...
1 10.5 12.1 11.2 10.3 14.8 ...
0 1.5 1.9 2.2 2.9 3.3 ...
... ... ... ... ... ... ...

There is also the possibility to use the .arff files of the UCR Time Series Dataset. Indeed, adding the dataset_TRAIN.arff and the dataset_TEST.arff files, as shown in the DatasetTS folder, FeatTS automatically generate the .tsv file.

featts's People

Contributors

dependabot[bot] avatar jamesnetworkingroute avatar protti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ju-yu

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.