Research Article

Intrusion Detection System Based on Decision Tree over Big Data in Fog Environment

Algorithm 3

Decision tree detection method.
Input:  X_train, X_test
Output:   Score, calculation time
(1) mo CART(X_train)
(2) mo(X_test)
(3) ( Score, ) statistics()
(4) return   Score,