Datasets:
| { | |
| "min_cluster_id": -1, | |
| "max_cluster_id": 30, | |
| "min_cluster_center": 0.0, | |
| "max_cluster_center": 131066326.0, | |
| "min_local_offset": -256.0, | |
| "max_local_offset": 256.0, | |
| "min_length": 512.0, | |
| "max_length": 524288.0, | |
| "min_timediff": 0.0, | |
| "max_timediff": 5136524.0, | |
| "total_rows": 10000000, | |
| "seen_opcodes": [ | |
| "R", | |
| "W" | |
| ], | |
| "window_size": 512, | |
| "stride": 256, | |
| "data_format": "separated_categorical_continuous", | |
| "categorical_features": [ | |
| "cluster_id", | |
| "opcode" | |
| ], | |
| "continuous_features": [ | |
| "cluster_center", | |
| "offset", | |
| "length", | |
| "timediff" | |
| ], | |
| "categorical_mapping": { | |
| "cluster_id": "original_values_[-1,30]", | |
| "opcode": { | |
| "R": 0, | |
| "W": 1, | |
| "unknown": -1 | |
| } | |
| }, | |
| "continuous_normalization": "min_max_to_01" | |
| } |