Step by step to run program:
- run labeling ( label each packets )
- run tool_label ( extract features from the file labeled above )
- run information_gain ( find 10 best ranking features for training and testing ) -- optional --
- run model classifier ( ANN or decision tree ) or any models
This project mainly uses classifier to check the flow is attacker or not.