search for: h5_df

Displaying 1 result from an estimated 1 matches for "h5_df".

Did you mean: 54df
2012 Jun 05
0
Memory leak during instantiation of a reference class?
Hi, I have a problem with a large data set wrapped in a reference class. I do that to access the data by reference from within various functions in a script. # The class definition: setRefClass("data", fields = list(h5_df = "list", training_data = "array", true_class = "vector")); # The class instantiation: data_1 <- new("data", h5_df...