Exporting Image through command line/process

MikeW
MikeW New Altair Community Member
edited November 5 in Community Q&A
I know there is an export image option in the results section, but is there any way to make export image part of a process or run it from the command line? What I want to do is to run something through the command line such that rapidminer would recollect data and update a graphical image.
Tagged:

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    I'm afraid that's not possible. If you want to create an image of a plot or something as part of your process workflow, you will need to write your own operator for that.
    However you might want to take a look at RapidAnalytics, I don't know exactly what you want to do, however RapidAnalytics is very useful for scheduled process execution and chart generation (of course it can do alot more than that ;) )

    Regards,
    Marco
  • IngoRM
    IngoRM New Altair Community Member
    Hi,

    just a little add-on: Marco is right - using RapidAnalytics would be the best option for creating any type of visualization which should be incorporated anywhere else, especially into web based applications.

    But maybe the good, old Reporting Extension can also be of help here - at least it was designed for exactly that kind of task.

    Cheers,
    Ingo