|
HAL
|
Classes | |
| struct | Configuration |
| struct | Context |
| struct | Result |
Typedefs | |
| using | scoring = std::map< std::set< u32 >, float > |
Functions | |
| evaluation::Result | run (const Configuration &config, Context &ctx, const std::shared_ptr< Grouping > &initial_grouping, const processing::Result &result) |
| using hal::dataflow::evaluation::scoring = typedef std::map<std::set<u32>, float> |
Definition at line 22 of file evaluation.cpp.
| evaluation::Result hal::dataflow::evaluation::run | ( | const Configuration & | config, |
| Context & | ctx, | ||
| const std::shared_ptr< Grouping > & | initial_grouping, | ||
| const processing::Result & | result | ||
| ) |
Definition at line 278 of file evaluation.cpp.
References log_info, hal::output, and hal::dataflow::evaluation::Context::partial_results.
Referenced by hal::dataflow::analyze().