开发者

is there a way to call R functions from C# and retrieve the result in C#

Is there a way to call R functions fro开发者_Python百科m C# and retrieve the result in C#?


Given there is a COM interface to R, you can use C#'s COM interop to control it.

See this article for more details: http://www.codeproject.com/KB/cs/RtoCSharp.aspx


r.net is designed to do this:

https://jmp75.github.io/rdotnet/

older versions can be found here:

http://rdotnet.codeplex.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜