rapidminer

Integration of RapidMiner in Java application

房东的猫 提交于 2019-11-30 14:57:16
I have a text classification process in RapidMiner. It reads the test data from specified excel ssheet and does the classification. I have also a small Java application which is just running this process. Now I want to make the file input part in my aplication, so that everytime I would be able to specify the excel file from my application (not from RapidMiner). Any hints? This is the code: import com.rapidminer.RapidMiner; import com.rapidminer.Process; import com.rapidminer.example.Attribute; import com.rapidminer.example.Example; import com.rapidminer.example.ExampleSet; import com

Integration of RapidMiner in Java application

雨燕双飞 提交于 2019-11-29 21:16:36
问题 I have a text classification process in RapidMiner. It reads the test data from specified excel ssheet and does the classification. I have also a small Java application which is just running this process. Now I want to make the file input part in my aplication, so that everytime I would be able to specify the excel file from my application (not from RapidMiner). Any hints? This is the code: import com.rapidminer.RapidMiner; import com.rapidminer.Process; import com.rapidminer.example