Skip to content

Commit

Permalink
💥
Browse files Browse the repository at this point in the history
  • Loading branch information
thegodenage committed May 23, 2024
1 parent d7a4693 commit 7f24906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ddosml/knn.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (k *KnnClassifier) EnhanceClassifierWithRequest(m *Request) {
k.mu.Lock()
defer k.mu.Unlock()

k.knn.UpdateTrainingSet()
//k.knn.UpdateTrainingSet()
}

func (k *KnnClassifier) IsRequestPotentialDDOS(ctx context.Context, m *Request) bool {
Expand Down

0 comments on commit 7f24906

Please sign in to comment.