Skip to main content

4 docs tagged with "dataframe.h"

View all tags

DataFrame

Represents a matrix with names for each column. Data is stored as a row-major flattened array.

DF_addColumn

Adds a single column/feature to an existing DataFrame.

DF_free

Frees all allocated memory by the DataFrame.

DF_fromArray

Creates a DataFrame with one feature from the given array.