libRDataFrame  0.815
A library with R style datatypes and associated utilities
 All Classes Files Functions Variables Pages
category

The categoryType creates a category variable (vector) and provides utilities for a categorical or factor datatype (similar to R's factor type).

Source File: category.cpp

A Categorical or "Factor" data type class for C++

Author
David York
Date
Friday September 9, 2016
Version
0.303

The utilies allow construction, and population of data type based a vector of factors. There are also functions included to convert factor variables to and from int and string variable collections.

The best model to use was considered to be the open source R factor type. In Addition to constructors, utilities to manipulate this variable type are needed.

UML