condition | CHAR | varchar | | 1333 | | | Node condition | |
coverage | LONG | int | | | | DIRECT | Num of people in total population | |
coverage_percent | LONG | int | | | | DIRECT | Percent of people in total population | |
dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
exp_accuracy | FLOAT | real | | | | | A formula to calculate the accuracy of the condition | |
hit | LONG | int | | | | DIRECT | Num of people that answers true to the node's condition | |
hit_percent | LONG | int | | | | DIRECT | Percent of people that answers TRUE to the node's condition | |
node_level | LONG | int | | | | DIRECT | The depth of the node in the tree | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | |
parent_id | LONG | int | | | | DIRECT | Id of the parent node | |
rw_coverage | LONG | int | | | | DIRECT | Num of people in real world that answers false to the node's condition | |
rw_coverage_percent | LONG | int | | | | DIRECT | Percent of people in total population in real world | |
rw_exp_accuracy | FLOAT | real | | | | | A formula to calculate the accuracy of the condition in the real world | |
rw_hit | LONG | int | | | | DIRECT | Num of people that answers TRUE to the node's condition in real world | |
rw_hit_percent | LONG | int | | | | DIRECT | Percent of people that answers TRUE to the node's condition in real world | |