intergration between rapidminer and other modelling softwares like EPANET
Hi, can we link rapidminer to other modeling softwares like EPANET where we can simulate the model, import the resutls and analyze here. our main task is to developed a unsupervised fault detection system in which we can analyze the data directly without importing it in rapidminer manully
Answers
-
I'm not familiar with EPANET but you can interact with RapidMiner models and processes if you expose them as a REST API via RapidMiner Server.
2 -
You can begin with REST integration, but also have a play around with the Java libraries available for EPANET and see what can be done.
https://github.com/Baseform/Baseform-Epanet-Java-Library
http://www.baseform.org/np4/epanetTool.html
I would imagine that if you plan out what you want to achieve as a project you can get something together similar to the RapidProM extension.
1