xurxodiz / MarioLevels

My entry for the Mario AI Championship 2012, implementing adaptive procedural level generation. Holds 1st place at the all-time points and percentage tally.
MIT License
2 stars 1 forks source link

Filter parameters when generating data.arff #65

Closed xurxodiz closed 12 years ago

xurxodiz commented 12 years ago

DataFileParser generates an arff file with all the data from the player metrics. Would it be possible to automatically not dump the fields we know we won't use for clustering?

That way we don't have to go filtering them in ClusterGenerator, the Weka GUI interface, and all that.