/DataMaker

Dataset maker for testing clustering

Primary LanguageC++MIT LicenseMIT

DataMaker

Screenshot from 2020-10-04 23-44-17

クラスタリングアルゴリズムのテスト用のデータセットの作成を手助けする、Gtkmmベースのアプリケーションです。
ビルドには事前にgtkmmの環境構築が必要です。


This program supports to make your original datasets for testing clustering algorithm.
This program needs to use gtkmm for building. Please install it for your device before.

ビルド例 command

g++ -o data_maker data_maker.cpp `pkg-config --libs --cflags gtkmm-3.0`

使い方

マウスでウインドウの適当な位置をクリックすることで、そこに新しいデータが生成されます。 保存するときはsキーを押してください。