Skip to content

khchenTW/ElkanOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Placeholder for SISAP 2020 paper

Yu et al. Using a Set of Triangle Inequalities to Accelerate K-means Clustering, SISAP 2020

##File structures:

.
├── Fast-elkan                       # Placeholder for outputs
│   ├── Makefile          
│   ├── Readme.md    # Detailed readme for the framework
|   ├── src                # source code (*.cpp)
│   └── include        # header (*.h)
├── datasets                    # Placeholder for dataset files    
├── datapreprocessing.py     # Preprocessing python script
└── README.md

The preprocessing python script works for the following tested datasets at least:

Usage of preprocessing script:

Usage: python dataPreprocessing.py <flag> <path/of/inputDataset> <path/of/outputDataset> <name>, flag 0 for LIBSVM; 1 for UCI repository 
for example: python dataPreprocessing.py 0 datasets/ datasets/ skin_nonskin

About

Holder for SISAP 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published