Saving the Chart Configurations with the Process or Standakone

gbortz27gbortz27 MemberPosts:22Contributor I
edited September 2019 inHelp
How do I save the charts ( or their configurations) I build in the chart wizard ( ie Advanced Charts ) , or that I build in the Charts section. When I saved the process after building a complex chart it did not save the chart with the process. Its rather time consuming to keep rebuilding the same chart for tables with the identical meta data , but different values for different runs.

Can this be achieved?

What about through Templates ?

Regards and Thanks
Graham

Answers

  • RalfKlinkenbergRalfKlinkenberg Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member, Unconfirmed, University ProfessorPosts:68RM Founder
    You can use the RapidMiner Reporting Extension for this.
  • gbortz27gbortz27 MemberPosts:22Contributor I
    Hi thanks for the advice

    I have tried to use the reporting facility but how do I get the chart into this

    Do I first create the chart .

    Then how do the report generator and report blocks work together and how do I get the chart into the report.

    I tried to retreive a csv file and then place it at the input to the Report block and then connect to the reprt generator but it keeps saying there is no document . I reversed it and get the same result.

    Is there any tutorial on this on the Web

    Thanks ???:'(
  • RalfKlinkenbergRalfKlinkenberg Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member, Unconfirmed, University ProfessorPosts:68RM Founder
    First you need to define the report with the "Generate Report" operator, e.g. setting the report type to "HTML" and defining the target directory, where the charts amd the HTML report will be stored. You also give the report a title, e.g. "My Report".

    Then you can use the "Report" operator to create charts. One operator instance per chart (or table or I/O object) to be included in the report. Make sure to use the same report title, e.g. "My Report", i.e. to refer to the same report. You can also select the image file format (e.g. PNG, JPG, etc.).

    运行您的过程后,你会发现HTML report and all charts (as image files in e.g. PNG, JPG, or any other format you selected) in the target directory.
  • JEdwardJEdward RapidMiner注册分析师RapidMiner认证Expert, MemberPosts:578Unicorn
    Here's a really simple example using Iris & Scatter plots.






















    <参数键=“renderer_name”值= "情节视图" / >









































































    <参数键=“renderer_name”值= "情节视图" / >









































































    <参数键=“renderer_name”值= "情节视图" / >
















































































  • gbortz27gbortz27 MemberPosts:22Contributor I
    Hi

    Thanks

    Where do I insert this code

    I am a beginner ..is it the HTML Operator

    Thanks
  • gbortz27gbortz27 MemberPosts:22Contributor I
    Hi

    Still dont know how to use the code supplied above .

    Where do I insert it ?

    Would really like to try it

    Thanks and Appreciated

    Graham
  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    click in the process window, and simply paste the entire XML string into it. Note that this will overwrite your current process so best to do it in a new one. Alternatively, you can open the "XML" view and paste it there.

    Regards,
    Marco
Sign InorRegisterto comment.