Research Article
Multistage System-Based Machine Learning Techniques for Intrusion Detection in WiFi Network
Algorithm 3
IncrementalSSGC: deletion process.
| | Input: an object in a component will be deleted; a set of current clusters C, list of edges for each point of current clusters L, θ (threshold) | | | Output: the updated C, the updated L, | | | Process: | | (1) | Delete and all edges related to in L | | (2) | Update all weights : | | (3) | Delete all updated (at Step 2) L: |
|