| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The code is for the paper on IFIP Networking 2021
If there are any problems or bugs, welcome to discuss with me
Ubuntu 16.04
g++ 5.4.0
--run_mode : run mode, like "classification"
--method_name : the method of alogrithm
--rules_file : the file of rules
--traces_file : the file of traces
--rules_shuffle : "1" means shuffle the rules and "0" means not
--lookup_round : the lookup process repeat "n" rounds, then get the average lookup time
--force_test : to verify the result of lookup, "0" means not verify, "1" means verify, "2" means verify after delete 25% rules
--print_mode : the print mode, "0" means print with instructions, "1" means print without instructions
--prefix_dims_num : use the combination of "k" prefix lengths to generate tuples
--next_layer_rules_num : the lengths of rule chain when MultilayerTuple builds the next layer, default is "20"
PSTSS : (Source Code) the PSTSS in the source code of PartitionSort
PartitionSort : (Source Code) the source code of PartitionSort
TupleMerge : (Source Code) the source code of TupleMerge
DimTSS : (My Reproduction) reproduction of TSS
MultilayerTuple : (My Work) reduce prefix lengths with multiple layers
sh run.sh
make && ./main --run_mode classification --method_name MultilayerTuple --rules_file data/10K_acl1_rules --traces_file data/10K_acl1_traces --rules_shuffle 1 --lookup_round 10 --force_test 0 --print_mode 0 --prefix_dims_num 5
| Back | FazBrowse Home | New Git URL |