|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Functions | |
| void | write_file (std::string const &content, std::string const &path, ErrorHandler on_error=invariant) |
| Write a string to a file. | |
| void ppforest2::io::text::write_file | ( | std::string const & | content, |
| std::string const & | path, | ||
| ErrorHandler | on_error = invariant ) |
Write a string to a file.
| content | The text to write. |
| path | The output file path. |
| on_error | Error handler for file failures. |