|
Maestro 0.2.11
Unified interface for quantum circuit simulation
|
#include <SimpleLinearRegression.h>
Public Member Functions | |
| T2 | GetB () const |
| T2 | GetW () const |
| T2 | Predict (T1 x) const |
| void | SetSamples (const std::vector< T1 > &x, const std::vector< T2 > &y) |
| void | SetSamplesSingleRegressor (const std::vector< T1 > &x, const std::vector< T2 > &y) |
| void | SetTrueLinearRegression (bool reg) |
Definition at line 23 of file SimpleLinearRegression.h.
|
inline |
Definition at line 94 of file SimpleLinearRegression.h.
|
inline |
Definition at line 89 of file SimpleLinearRegression.h.
|
inline |
Definition at line 70 of file SimpleLinearRegression.h.
|
inline |
Definition at line 25 of file SimpleLinearRegression.h.
|
inline |
Definition at line 51 of file SimpleLinearRegression.h.
|
inline |
Definition at line 84 of file SimpleLinearRegression.h.