File size: 791 Bytes
b4da8f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "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"
}