brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 26f071d Raw
52 lines · json
1[2    {3        "operation": "if_greater",4        "feature": "ANumber",5        "threshold": 200.0,6        "then": {7            "operation": "if_greater",8            "feature": "AFloat",9            "threshold": -1,10            "then": {11                "operation": "boost",12                "score": 10.013            },14            "else": {15                "operation": "boost",16                "score": -20.017            }18        },19        "else": {20            "operation": "if_member",21            "feature": "ACategorical",22            "set": [23                "A",24                "C"25            ],26            "then": {27                "operation": "boost",28                "score": 3.029            },30            "else": {31                "operation": "boost",32                "score": -4.033            }34        }35    },36    {37        "operation": "if_member",38        "feature": "ACategorical",39        "set": [40            "A",41            "B"42        ],43        "then": {44            "operation": "boost",45            "score": 5.046        },47        "else": {48            "operation": "boost",49            "score": -6.050        }51    }52]