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
Does Rapidminer contain graph-based algorithms?
Hi
I trying to input a data file that only contains Jason objects and would like to do some machine learning with this data. Since one can think of a Jason object as a graph:
1) do there exist graph-based algorithms in Rapidminer?
2) how do I input a Jason object?
Thanks
I trying to input a data file that only contains Jason objects and would like to do some machine learning with this data. Since one can think of a Jason object as a graph:
1) do there exist graph-based algorithms in Rapidminer?
2) how do I input a Jason object?
Thanks
Tagged:
0
Answers
You can read it as document. If the json is stored in mongoDB, you can use Read MongoDB operator from NoSQL extension.Â
As far as I know, the graph algorithms such as pageRank, Louvain modularity are not available in rapidminer or any extensions. But if your graph data can be converted to pairwised node-node relationship data frame, we can do lots of mining on that.