|
SOMHunter Core
|
Represents exactly one momentary state of a search session. More...
#include <search-context.h>

Public Member Functions | |
| SearchContext ()=delete | |
| SearchContext (size_t ID, const Settings &_logger_settings, const DatasetFrames &_dataset_frames) | |
| bool | operator== (const SearchContext &other) const |
| void | reset () |
| void | reset_filters () |
Public Attributes | |
| std::size_t | ID |
| UsedTools | used_tools |
| std::vector< VideoFramePointer > | current_display |
| DisplayType | curr_disp_type { DisplayType::DTopN } |
| ScoreModel | scores |
| size_t | temporal_size |
| std::vector< TemporalQuery > | last_temporal_queries |
| LikesCont | likes |
| ShownFramesCont | shown_images |
| Frames that were seen since the last rescore. More... | |
| std::string | screenshot_fpth {} |
| std::string | label |
| Filters | filters |
| Filters based on metadata (hour, weekday). More... | |
| std::vector< VideoFrame > | curr_targets |
| Target we were looking for. More... | |
| Query | _prev_query |
Represents exactly one momentary state of a search session.
It can be ome point in HISTORY.
|
delete |
| SearchContext::SearchContext | ( | size_t | ID, |
| const Settings & | _logger_settings, | ||
| const DatasetFrames & | _dataset_frames | ||
| ) |
| bool SearchContext::operator== | ( | const SearchContext & | other | ) | const |
|
inline |

|
inline |
| Query sh::SearchContext::_prev_query |
| DisplayType sh::SearchContext::curr_disp_type { DisplayType::DTopN } |
| std::vector<VideoFrame> sh::SearchContext::curr_targets |
Target we were looking for.
(Data collection.)
| std::vector<VideoFramePointer> sh::SearchContext::current_display |
| std::size_t sh::SearchContext::ID |
| std::string sh::SearchContext::label |
| std::vector<TemporalQuery> sh::SearchContext::last_temporal_queries |
| LikesCont sh::SearchContext::likes |
| ScoreModel sh::SearchContext::scores |
| std::string sh::SearchContext::screenshot_fpth {} |
| ShownFramesCont sh::SearchContext::shown_images |
Frames that were seen since the last rescore.
| size_t sh::SearchContext::temporal_size |
| UsedTools sh::SearchContext::used_tools |