#include <learned_knowledge_service.h>
Public Attributes | |
std::string | pattern_type |
std::string | rom_hash |
std::string | pattern_data |
float | confidence = 1.0f |
int64_t | learned_at = 0 |
int | access_count = 0 |
Definition at line 70 of file learned_knowledge_service.h.
std::string yaze::cli::agent::LearnedKnowledgeService::ROMPattern::pattern_type |
Definition at line 71 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().
std::string yaze::cli::agent::LearnedKnowledgeService::ROMPattern::rom_hash |
Definition at line 72 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().
std::string yaze::cli::agent::LearnedKnowledgeService::ROMPattern::pattern_data |
Definition at line 73 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().
float yaze::cli::agent::LearnedKnowledgeService::ROMPattern::confidence = 1.0f |
Definition at line 74 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().
int64_t yaze::cli::agent::LearnedKnowledgeService::ROMPattern::learned_at = 0 |
Definition at line 75 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().
int yaze::cli::agent::LearnedKnowledgeService::ROMPattern::access_count = 0 |
Definition at line 76 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::LearnPattern().