Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"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