Brush C++ API
A flexible interpretable machine learning framework
|
#include <weight_optimizer.h>
Public Member Functions | |
template<typename PT > | |
void | update (PT &program, const Dataset &dataset) |
Update program weights using non-linear least squares. | |
Definition at line 78 of file weight_optimizer.h.
Update program weights using non-linear least squares.
PT | the program type |
program | the program |
dataset | the dataset |
Definition at line 85 of file weight_optimizer.h.