Research Article

EVFDT: An Enhanced Very Fast Decision Tree Algorithm for Detecting Distributed Denial of Service Attack in Cloud-Assisted Wireless Body Area Network

Algorithm 3

EVFDT procedure: new stream sample.
Procedure NewStreamSample(, )
BEGIN:
 FOR each new instance in
  Sort into a leaf using HT
 FOR each in such that
   Increment
 END-FOR
END: