/TaTic

Primary LanguagePython

TaTic

The code and dataset of Tatic. The workflow of TaTic is: Firstly, easy flow modeling; Secondly, hard flow modeling; Thirdly, easy-hard classification with needdata from easy flow modeling and save_models from hard flow modeling.

Input Data Format

Each flow in the input data of Tatic should follow the format below:

flow_identifier \t [packet_length1, window_size1, time_interval1, packet_length2, window_size2, time_interval2, ..., packet_lengthH, window_sizeH, time_intervalH] \t flow_label

H denotes the length of each flow sample.