Java: How can I assemble/create a single instance for classification using a Weka generated model?
问题 I've been searching for an answer to this for a while to no avail. First a bit of background: I'm trying to create an AI for robocode using Weka. I'm first logging the required data from a manual robot to an ARFF file, this is working as it should. This data is then processed this using Weka and a model created, I'm then saving this file. I can successfully import the model and classify a dataset that has been imported from another arff file and use the results. What I want to do now is every