|
| template<typename RowsRange , typename RowRefExtractor > |
| void | paal::detail::resize_rows (RowsRange &&rows, RowRefExtractor row_ref_extractor, std::size_t new_size) |
| | resize rows to have equal sizes More...
|
| |
| template<typename RowType , typename ResultType = int, typename ShouldIgnoreBadRow = utils::always_false> |
| void | paal::read_svm (std::istream &input_stream, std::size_t &max_dimensions, std::vector< std::tuple< RowType, ResultType >> &points, std::size_t max_points_to_read, ShouldIgnoreBadRow &&should_ignore_bad_row=ShouldIgnoreBadRow{}) |
| | detail More...
|
| |
| template<typename RowType , typename ResultType = int> |
| auto | paal::read_svm (std::istream &input_stream) |
| | Function parses svm stream of format: More...
|
| |
- Author
- Andrzej Pacuk
- Version
- 1.0
- Date
- 2014-10-22
Definition in file read_svm.hpp.