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.
In Linux, under the project directory, generate an executable file through the following command.
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
the executable file is under the bin
folder
./bin/tbc <input> <output> <k> <tau> [seed]
input
: input file pathoutput
: output file pathk
: number of clusterstau
: tau balanced factor, set it 0 if don't needseed
(optional): for shuffle the raw data