|
Brush C++ API
A flexible interpretable machine learning framework
|
#include <utils.h>

Public Member Functions | |
| Log_Stats () | |
| void | update (int index, float timer_count, float bst_score, float bst_score_v, float md_score, float md_score_v, unsigned md_size, unsigned md_complexity, unsigned mx_size, unsigned mx_complexity) |
Public Attributes | |
| vector< int > | generation |
| vector< float > | time |
| vector< float > | best_score |
| vector< float > | best_score_v |
| vector< float > | med_score |
| vector< float > | med_score_v |
| vector< unsigned > | med_size |
| vector< unsigned > | med_complexity |
| vector< unsigned > | max_size |
| vector< unsigned > | max_complexity |
| void Brush::Util::Log_Stats::update | ( | int | index, |
| float | timer_count, | ||
| float | bst_score, | ||
| float | bst_score_v, | ||
| float | md_score, | ||
| float | md_score_v, | ||
| unsigned | md_size, | ||
| unsigned | md_complexity, | ||
| unsigned | mx_size, | ||
| unsigned | mx_complexity ) |