mirror of
https://github.com/ltcptgeneral/IdealRMT-DecisionTrees.git
synced 2025-09-10 01:07:23 +00:00
upload example tree based on 10-01 data
This commit is contained in:
47
example/worst_case_rmt.json
Normal file
47
example/worst_case_rmt.json
Normal file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"id": "dst_range",
|
||||
"step": 0,
|
||||
"match": "ternary",
|
||||
"entries": 288,
|
||||
"key_size": 16
|
||||
},
|
||||
{
|
||||
"id": "dst_meta",
|
||||
"step": 0,
|
||||
"match": "exact",
|
||||
"method": "index",
|
||||
"key_size": 4,
|
||||
"data_size": 20
|
||||
},
|
||||
{
|
||||
"id": "src_range",
|
||||
"step": 1,
|
||||
"match": "ternary",
|
||||
"entries": 384,
|
||||
"key_size": 16
|
||||
},
|
||||
{
|
||||
"id": "src_meta",
|
||||
"step": 1,
|
||||
"match": "exact",
|
||||
"method": "index",
|
||||
"key_size": 4,
|
||||
"data_size": 20
|
||||
},
|
||||
{
|
||||
"id": "protocl_range",
|
||||
"step": 2,
|
||||
"match": "ternary",
|
||||
"entries": 32,
|
||||
"key_size": 8
|
||||
},
|
||||
{
|
||||
"id": "protocl_meta",
|
||||
"step": 2,
|
||||
"match": "exact",
|
||||
"method": "index",
|
||||
"key_size": 1,
|
||||
"data_size": 20
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user