lib.sedna.algorithms.unseen_task_detection.unseen_sample_recognition.unseen_sample_detection

Module Contents

Classes

UnseenSampleDetection

Divide inference samples into seen samples and unseen samples

class lib.sedna.algorithms.unseen_task_detection.unseen_sample_recognition.unseen_sample_detection.UnseenSampleDetection(edge_knowledge_management, **kwargs)[source]

Bases: threading.Thread

Divide inference samples into seen samples and unseen samples

Parameters:

task_index (str or dict) – knowledge base index which includes indexes of tasks, samples and etc.

run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

get_index(samples, timestamp)[source]
get_environ_varia()[source]