aloysius-lim / bigrf

Random forests for R for large data sets, optimized with parallel tree-growing and disk-based memory
91 stars 26 forks source link

New way to get CType for big.matrix #17

Closed kaneplusplus closed 8 years ago

kaneplusplus commented 8 years ago

The new version of bigmemory has a private function (getCType) that needs to be called instead of calling the C function directly. These changes use the new interface that will soon be on CRAN.

aloysius-lim commented 8 years ago

Thanks! :)