Skip to content

yawen6/WEASEL_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEASEL Visualization

This is a small modification of the original Project used to generate a CSV file. That file can then be processed by the visulalization tool TECI. Further information about WEASEL can be found here.

Installation

Please refer to the original repository for further information.

Usage

All datasets can be found under

> src
    > main
        > resources
            > datasets
                > univariate

New datasets need to be pasted as a folder containing the TRAIN and TEST file into the univariate folder. E.g.

> ...
    > univariate
        > GunPoint
            > GunPoint_TEST
            > GunPoint_TRAIN

To generate a CSV file run UCRClassificationTest.java. The wished datasets can be established in datasets:

// The datasets to use:
public static String[] datasets = new String[]{
    // ENTER THE NAME OF THE DATASET BELOW
    "GunPoint","CBF","Beef"
};

In the example above WEASEL generates three CSV files for three different datasets (GunPoint, CBF and Beef). It is crucial that the entered names match the names of the dataset folders and the corresponding files. All generated CSV files can be found inside the WEASEL folder (root folder).

Datasets

Datasets can be downloaded from here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages