This is my proposed project:
- I have developed a classifier in Weka after some experimentation.
- Now I want to develop a project in Matlab which will take input
attributes from users.
- This input will be given to Weka after loading saved classification model.
- Weka will predict the class for that instance.
- Finally I want to pick this predicted class and display it on screen developed by Matlab.
Now I don't know how to import and export data from Matlab to Weka. Immediate help will be appreciated.
Some thoughts on your problem.
Hope this helps.