Dear all,
I need to extract built RBF model (I need RBF neurons-clusters centers across all input dimensions) this info is not present in model output print in results section.
I've tried
- Analyze model output in results section - it does not holds RBF units centers
- To write model into separate file, but seems it is written in binary format thus I can't analyze visually
- I've tried to start Rapidminer in embedded mode, but seems something is wrong as I'm able to start it only in debug mode, otherwise I'm getting exception (java.lang.AbstractMethodError). In debug mode I'm able to traverse all initialization routines and return back into my method which called RapidMiner.init(); By the way in my case I'm trying to setup headless mode with RapidMiner.setExecutionMode(RapidMiner.ExecutionMode.EMBEDDED_WITHOUT_UI);, but seems it does not work at all.
Probably will further debug RapidMiner, but is there exists simpler way to see innerings of the trained model? In case it is only possible to do in DEBUG mode, maybe somebody can point me to the docs/tutorials on how to propperly run RapidMiner in embedded mode without UI and run saved process?
Best regards, and already thanks for your replies.