Quantcast
Channel: R.NET
Browsing all 1634 articles
Browse latest View live
↧

New Post: Creating DataFrame In Memory

Hi J-M, I got an error when creating DataFrame in memory: e.SetSymbol("dData", e.CreateNumericVector(dftData)); e.Evaluate("print(dData)"); var df = e.Evaluate("data.frame(X=dData").AsDataFrame();...

View Article


New Post: Creating DataFrame In Memory

Not sure this is it, but you are missing a closing bracket in the string.var df = e.Evaluate("data.frame(X=dData").AsDataFrame()should bevar df = e.Evaluate("data.frame(X=dData)").AsDataFrame()

View Article


New Post: Creating DataFrame In Memory

Yes, it is the one causes the null problem :D But next line:var df = e.Evaluate("data.frame(X=dData)").AsDataFrame(); e.Evaluate("print(X)"); generates:Error in print(X) : object 'X' not found

View Article

Created Unassigned: How to pass List to Rengine for predicting [103]

Hi,I do have a dynamic list which has Dates and Values, now how do i pass the List of Values to rengine.I shld pass the list and get the Predition for it.

View Article

New Post: Pass list data to renigne and Predict. Finally result shld be in List

Hi, I do have a dynamic list which has Dates and Values, now how do i pass the List of Values to rengine. I shld pass the list and get the Predition for it.

View Article


Closed Unassigned: How to pass List to Rengine for predicting [103]

Hi,I do have a dynamic list which has Dates and Values, now how do i pass the List of Values to rengine.I shld pass the list and get the Predition for it.

View Article

New Post: Pass list data to renigne and Predict. Finally result shld be in List

Hi, Please describe your problem in a reproducible manner.

View Article

New Post: Creating DataFrame In Memory

Shifting the discussion back to nullable boolean arrays. I think it should be easy enough to create my own class inheriting from Vector<bool?>. The only problem is that the ProtectedPointer class...

View Article


New Post: Entry point was not found exception

Hi, I'm getting EntryPointNotFoundException for the function R_ReleaseObject. I'm using R version 2.15.3 and probably this method is not implemented there. Is it possible to configure R.Net to be aware...

View Article


New Post: Entry point was not found exception

Noted; I'll look at it in the coming days if I can (got to deal with pressing deadlines). If you are on Windows, I'd recommend you have a look at CFF Explorer suite to see what functions R.dll exports.

View Article

New Post: Creating DataFrame In Memory

Yes I think I see what you mean. If you feel up for it (there is no harm trying), you can create a fork of the repository for your own needs, with the possibility to submit a pull request. I am not...

View Article

New Post: Entry point was not found exception

The function is exposed from R.dll and I actually see it being resolved successfully multiple times. I think it might be a race condition, where the handle is being closed before all objects are being...

View Article

New Post: Entry point was not found exception

I think I found the issue. I'm setting attributes on some vectors. To do that I create a character vector to hold the attribute value. This vector is never disposed, so at the final GC, its finalizer...

View Article


New Post: Pass list data to renigne and Predict. Finally result shld be in List

Hi, I have a list, which has Date and Utilization value. In R.net dll, there is not option to handle list directly. Either i need to convert to 2D array or matrix or create 2 Vector. After taking the...

View Article

New Post: Pass list data to renigne and Predict. Finally result shld be in List

I have no idea what a utilization value is but it sounds like you have two data types. I would load each in to R and then evaluate a cbind command in the engine.

View Article


New Post: Pass list data to renigne and Predict. Finally result shld be in List

yes, its 2 different datatypes in a list.

View Article

New Post: Bug in SerializeComplexToDouble

Hi, There is a bug in the SerializeComplexToDouble method: for (int i = 0; i < data.Length; i++) Should be: for (int i = 0; i < values.Length; i++)

View Article


New Post: Entry point was not found exception

Found more info on this issue. There are a lot of places in the code where a safe handle object is created and not disposed. All the calls to GetPredefinedSymbol leave a safe handle object...

View Article

New Post: Entry point was not found exception

This sounds like issues that have been dealt with on the development branch 'jperraud'; certainly the leakages with character vectors. You may want to work from that branch; it looks like you have no...

View Article

New Post: Bug in SerializeComplexToDouble

Hi, I have not checked the default branch, but you probably bumped in an issue. I know I repeat myself from other posts, but for the sake of future readers, can you use the branch 'jperraud'? data...

View Article
Browsing all 1634 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>