#include <string>
#include <map>
#include <typeinfo>
#include <cxxabi.h>
#include <iostream>
#include <ostream>
#include <vector>
#include <array>
#include <initializer_list>
#include <utility>
#include <boost/any.hpp>
#include "node.hpp"
#include "dataframe.hpp"
#include "category.hpp"
vector< vector<int> > getDummyVarData |
( |
| ) |
|
member functions - class methods get dummy variable representation of varData
- Returns
map<int, string> categorySet |
map of categorical pairs, the meta-data of the variable storing the categories. A level number (int) and a level name of title (string)
variable for this category variable (also represented by the object name it was created with
vector of category levels (numeric only) ie. ints (level names are obtained as needed from the map for use in table and plot output.