Decision Data Structural Levels (TLP) - Gnorion/BizVR GitHub Wiki
Decision Data Structural Levels (TLP)
Level 1 No Inherent Structure
The data exists as a number of separate fields that have no inherent relationship to each other except that they are all used within a single decision Example
The input to this decision, in json format, might look like this:
{"policy": "T1",
"peril": "wolf",
"bankruptcies": 2,
"years_at_current_address": 5,
"years_in_business": 5,
"value": 100001
}
And the output mightlook like this:
{"overall_risk":"high"}
However, if we think about it a bit more we may conclude that the various attributes can be grouped according to the thing they describe. For example