1 #ifndef GENESIS_UTILS_MATH_REGRESSION_DATAFRAME_H_ 2 #define GENESIS_UTILS_MATH_REGRESSION_DATAFRAME_H_ 53 std::vector<std::string> row_order
63 #endif // include guard Container namespace for all symbols of genesis in order to keep them separate when used as a library...
Matrix< double > glm_convert_dataframe(Dataframe const &df, std::vector< std::string > row_order)
Dataframe glm_prepare_dataframe(Dataframe const &df, std::string &report)