Hi everyone!
I'm rather new in RM development and I wasn't able to find info on how to implement new or extend existing visualization of the result (model) of an operator.
We have a self made operator which produces a model which is a descedent of the class com.rapidminer.operator.learner.tree.TreeModel.
It is displayed well using some built-in visualizer: as a graph or a text.
However, I would like extend the visualization in several ways:
- I would like to provide an alternative textual display (in other words: overriding how the visualizer displays the model as text)
- I would like to add new ways of visualization, either within the same tab or as a new tab/window
I tried to figured out how the binding of model and visualizer works and how to override/extend it, but got lost.
Can anyone give me the first hints where to search for more information or how to do it?
Thanks in advance!
Balage