Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Util::Log_Stats Struct Reference

#include <utils.h>

Collaboration diagram for Brush::Util::Log_Stats:

Public Member Functions

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< intgeneration
 
vector< floattime
 
vector< floatbest_score
 
vector< floatbest_score_v
 
vector< floatmed_score
 
vector< floatmed_score_v
 
vector< unsignedmed_size
 
vector< unsignedmed_complexity
 
vector< unsignedmax_size
 
vector< unsignedmax_complexity
 

Detailed Description

Definition at line 397 of file utils.h.

Member Function Documentation

◆ update()

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 )

Definition at line 227 of file utils.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ best_score

vector<float> Brush::Util::Log_Stats::best_score

Definition at line 402 of file utils.h.

◆ best_score_v

vector<float> Brush::Util::Log_Stats::best_score_v

Definition at line 403 of file utils.h.

◆ generation

vector<int> Brush::Util::Log_Stats::generation

Definition at line 399 of file utils.h.

◆ max_complexity

vector<unsigned> Brush::Util::Log_Stats::max_complexity

Definition at line 410 of file utils.h.

◆ max_size

vector<unsigned> Brush::Util::Log_Stats::max_size

Definition at line 409 of file utils.h.

◆ med_complexity

vector<unsigned> Brush::Util::Log_Stats::med_complexity

Definition at line 408 of file utils.h.

◆ med_score

vector<float> Brush::Util::Log_Stats::med_score

Definition at line 404 of file utils.h.

◆ med_score_v

vector<float> Brush::Util::Log_Stats::med_score_v

Definition at line 405 of file utils.h.

◆ med_size

vector<unsigned> Brush::Util::Log_Stats::med_size

Definition at line 407 of file utils.h.

◆ time

vector<float> Brush::Util::Log_Stats::time

Definition at line 400 of file utils.h.


The documentation for this struct was generated from the following files: