DeprecatedKNIME R-Project - obsolete nodes registration version 4.1.0.v201911110939 by KNIME AG, Zurich, Switzerland
Allows execution of R command to use the R model at the model in port
to predict the class of the data at in data in port.
The predicted data is returned in the data output port.
All input data is written to a CSV file and imported into R,
saved in the variable named RDATA. The model is imported into R
too saved in the variable named RMODEL.
More details about R:
http://www.r-project.org/
Short-refcard.pdf
R<-cbind(RDATA, predict(RMODEL, RDATA))
To use this node in KNIME, install KNIME R Statistics Integration - Obsolete Nodes from the following update site:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com, follow @NodePit on Twitter, or chat on Gitter!
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.