Skip to content

Generating Clusters of Similar Sizes by Constrained Balanced Clustering (APIN'2021)

License

Notifications You must be signed in to change notification settings

MKMaS-GUET/tau-balanced-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

τ-balanced-clustering

Paper: Generating Clusters of Similar Sizes by Constrained Balanced Clustering

Releasing the source code is in progress, the GPUs-enhanced version will be released in the future.

Build

In Linux, under the project directory, generate an executable file through the following command.

cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

Run

the executable file is under the bin folder

./bin/tbc <input> <output> <k> <tau> [seed]
  • input: input file path
  • output: output file path
  • k: number of clusters
  • tau: tau balanced factor, set it 0 if don't need
  • seed (optional): for shuffle the raw data

About

Generating Clusters of Similar Sizes by Constrained Balanced Clustering (APIN'2021)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published