There are 4 bank data files which are used in Weka learning. This gist collects all the data files needed to use.
bank-data.csv
for converting to.arff
bank.arff
for classification trainingbank-new.arff
for classification testingbank-k.arff
for clustering
This original data is 2Moons.mat
and is then converted to .csv
using python script and .arff
using Weka simple CLI. Thus, there are 2 .csv
files and 2 .arff
files in total.
xy.csv
xtyt.csv
xy.arff
xtyt.arff
2Norm.arff