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
`execute R` vs `execute script (R)`
Hi I just found there are two processes for calling R - is one of them obsolete? Thanks
Code is here - it seems to say `execute R` is for rapidminer 6.4 and `execute script (R)` is for 5.3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="6.4.000">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="6.4.000" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="r_scripting:execute_r" compatibility="6.4.000" expanded="true" height="60" name="test" width="90" x="179" y="120">
<parameter key="script" value="rm_main = function(){ } "/>
</operator>
<operator activated="true" class="r:execute_script_r" compatibility="5.3.000" expanded="true" height="60" name="Execute Script (R)" width="90" x="179" y="210">
<parameter key="script" value="rm_main = function(){ } "/>
<enumeration key="inputs"/>
<list key="results">
<parameter key="acc" value="Generic R Result"/>
<parameter key="dt" value="Data Table"/>
</list>
</operator>
<portSpacing port="source_input 1" spacing="90"/>
<portSpacing port="sink_result 1" spacing="0"/>
</process>
</operator>
</process>
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Hi juju,
execute R is the most up to date one.
~Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Thanks Martin! I'll ask something about `execute R` in a new thread