|
ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
Namespaces | |
| detail | |
Functions | |
| template<typename Numeric > | |
| bool | plot (const std::vector< Numeric > &x, const std::vector< Numeric > &y, const std::map< std::string, std::string > &keywords) |
| template<typename NumericX , typename NumericY > | |
| bool | plot (const std::vector< NumericX > &x, const std::vector< NumericY > &y, const std::string &s="") |
| template<typename Numeric > | |
| bool | named_plot (const std::string &name, const std::vector< Numeric > &x, const std::vector< Numeric > &y, const std::string &format="") |
| template<typename Numeric > | |
| bool | plot (const std::vector< Numeric > &y, const std::string &format="") |
| void | legend () |
| template<typename Numeric > | |
| void | ylim (Numeric left, Numeric right) |
| template<typename Numeric > | |
| void | xlim (Numeric left, Numeric right) |
| void | title (const std::string &titlestr) |
| void | axis (const std::string &axisstr) |
| void | xlabel (const std::string &str) |
| void | ylabel (const std::string &str) |
| void | grid (bool flag) |
| void | show () |
| void | save (const std::string &filename) |
|
inline |
|
inline |
|
inline |
| bool matplotlibcpp::named_plot | ( | const std::string & | name, |
| const std::vector< Numeric > & | x, | ||
| const std::vector< Numeric > & | y, | ||
| const std::string & | format = "" |
||
| ) |
| bool matplotlibcpp::plot | ( | const std::vector< Numeric > & | x, |
| const std::vector< Numeric > & | y, | ||
| const std::map< std::string, std::string > & | keywords | ||
| ) |
| bool matplotlibcpp::plot | ( | const std::vector< NumericX > & | x, |
| const std::vector< NumericY > & | y, | ||
| const std::string & | s = "" |
||
| ) |
| bool matplotlibcpp::plot | ( | const std::vector< Numeric > & | y, |
| const std::string & | format = "" |
||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
| void matplotlibcpp::xlim | ( | Numeric | left, |
| Numeric | right | ||
| ) |
|
inline |
| void matplotlibcpp::ylim | ( | Numeric | left, |
| Numeric | right | ||
| ) |