Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

This is the first time I'm working with Big Matrix and bigmemory and biganalytics.

I created a big matrix with the following code:

BDdata<-read.big.matrix(file.BDdata,sep = ",",header = TRUE) 

I finished working, saved my Work Environment and closed R Studio. When I loaded my file and environment to continue working, the big matrix objects show: "Object with Null pointer"

So I'm wondering if each if time I close and open I will have to run all the code on Big Matrix.

Also, I've tried applying conventional code to the Big.Matrix but it turns the object into a regular matrix and when I want to convert it back to Big.Matrix, the program crashes.

If you have any references on how to work with Big Matrix, I'll appreciate it much. From how to do summaries, delete variables, to modeling (PCA, clustering,etc).

Thank you!

question from:https://stackoverflow.com/questions/66049703/read-big-matrix-object-with-null-pointer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
122 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...