About this document
MATLAB GUI for Data Processing by Ahmad Said is a document available to read on EtoBox.
This MATLAB code reads in network traffic data from a file to perform anomaly detection. It performs the following steps: 1. Reads in the data file and parses the header and first line to determine the data format. 2. Loads all the data into memory in cell arrays for each column. 3. Prepares the data for display by concatenating cells and converts to numeric where possible. 4. Calculates statistics on the training data labels and each attribute column to understand the distribution of normal and anom
- Author
- Ahmad Said
- Language
- EN