How to use Turi GraphLab dataframe in c++
Unsolved
General and Desktop
-
Hi i am making a software for statistics calculation in C++ ,
searching a strucutre for tabular data storage I find this:https://github.com/turi-code/GraphLab-Create-SDK/blob/master/graphlab/sframe/dataframe.hpp
Can anyone give some advice of how use it, loading data, search and retrieve it.
Also why do not find the dataframe.cpp file.Greetings
-
Hi,
There's no cpp because the complete implementation of the class is provided in the header.
As for how to use that library, you should take a look at their documentation.
Hope it helps