The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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
0
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.
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.