-
Download raw data from here: http://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Original%29
-
put the
breast-cancer-wisconsin.data
file in araw
folder in project root -
Run
RawData2DB.java
. -
The database containing the data will appear in
db
.
- Using Maven, run
mvn clean install
.