|
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 105 of file weight_optimizer.h.
|
inline |
Update program weights using non-linear least squares.
| PT | the program type |
| program | the program |
| dataset | the dataset |
Definition at line 112 of file weight_optimizer.h.