Research Article

Hybrid Modified -Means with C4.5 for Intrusion Detection Systems in Multiagent Systems

Pseudocode 4

Pseudocode of MatchTree.
Input: instance  , root
Output: Class
() If root.branch = 0 Then return root.value
() Choose attribute corresponding index of root
() For all branchValues    root Do
 () If exists Then Call pseudo code MatchTree ()
 () return “unknown