Detection
Check whether there is something such as infiltration or malicious behavior etc.
Detection(탐지)
침투나 악성 행위 등, 식별하고자 하는 것의 존재 유무를 확인하는 것.
classification of detection
탐지의 구분
True Positive
True Negative
False Positive
False Negative
classification of detection is based on the Error matrix = Confusion matrix.
탐지의 구분은 Error matrix = Confusion matrix(오차행렬)에 기반한다.
True: fact
False: lie
True: 사실
False: 거짓
Positive: When detection is finished, it is judged that the object to be detected exists.
Negative: When detection is finished, it is judged that the object to be detected not exists.
Positive: 탐지 결과, 탐지 대상이 존재한다고 판단.
Negative: 탐지 결과, 탐지 대상 부재하다고 판단.
True Positive(TP): normal detection
When detection is finished, it is judged that the object to be detected exists(Positive), and it is true(True).
True Positive(TP): 정상 탐지
탐지 결과, 탐지 대상이 존재하다고 판단하였고(Positive), 이 것은 사실이다(True).
True Negative(TN): normal detection
When detection is finished, it is judged that the object to be detected not exists(Negative), and it is true(True).
True Negative(TN): 정상 탐지
탐지 결과, 탐지 대상이 없다고 판단하였고(Negative), 이 것은 사실이다(True).
False Positive(FP)
When detection is finished, it is judged that the object to be detected exists(Positive), but it is not true(False). It is detected with misjudged.
False Positive(FP) = 오탐
탐지 결과, 탐지 대상이 존재한다고 판단하였는데(Positive), 이 것은 거짓이다(False). 오탐. 잘못 판단하여, 탐지했다.
False Negative(FN)
When detection is finished, it is judged that the object to be detected not exists(Negative), but it is not true(False). It is not detected because of misjudged.
False Negative(FN) = 미탐
탐지 결과, 탐지 대상이 없다고 판단하였는데(Negative), 이 것은 거짓이다(False). 미탐. 잘못 판단하여, 탐지하지 못했다.