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
"R execute node with functions?"
Hallo,
I have a set of functions in R Studio which are being called from one overarching functions
operation(Y){
Z<-search(Y)
output<-execute(Y,Z)
return(output)
}
I have pastet the functions in an execute node. then i am calling the function like this T<-operation(datasubset[1])
where datasubset[1] is a column of the data table in rapidminer.
T was supposed to be the new output column
1.Does rapid miner assume that the (Y) in the pasted functions is an actual column ?
2.Is it then searching for this ?
3.Is it possible at all to have this function construct in an execute node ?
I have a set of functions in R Studio which are being called from one overarching functions
operation(Y){
Z<-search(Y)
output<-execute(Y,Z)
return(output)
}
I have pastet the functions in an execute node. then i am calling the function like this T<-operation(datasubset[1])
where datasubset[1] is a column of the data table in rapidminer.
T was supposed to be the new output column
1.Does rapid miner assume that the (Y) in the pasted functions is an actual column ?
2.Is it then searching for this ?
3.Is it possible at all to have this function construct in an execute node ?
Tagged:
0