{
    "maiascript": {
        "expression": [
            {
                "comment": "// Callback."
            },
            {
                "statement": {
                    "function": {
                        "TOKEN": [
                            "function",
                            "(",
                            ")",
                            "{",
                            "}"
                        ],
                        "identifier": "trainingCallback",
                        "arguments": {
                            "expression": [
                                {
                                    "operation": {
                                        "primary": {
                                            "member": {
                                                "identifier": "epochs"
                                            }
                                        }
                                    }
                                },
                                {
                                    "operation": {
                                        "primary": {
                                            "member": {
                                                "identifier": "RSS"
                                            }
                                        }
                                    }
                                },
                                {
                                    "operation": {
                                        "primary": {
                                            "member": {
                                                "identifier": "correctness"
                                            }
                                        }
                                    }
                                },
                                {
                                    "operation": {
                                        "primary": {
                                            "member": {
                                                "identifier": "ETL"
                                            }
                                        }
                                    }
                                }
                            ],
                            "TOKEN": [
                                ",",
                                ",",
                                ","
                            ]
                        },
                        "expression": {
                            "operation": {
                                "primary": {
                                    "member": {
                                        "identifier": [
                                            "system",
                                            "println"
                                        ],
                                        "TOKEN": [
                                            ".",
                                            "(",
                                            ")"
                                        ],
                                        "arguments": {
                                            "expression": {
                                                "operation": {
                                                    "op": [
                                                        {
                                                            "primary": {
                                                                "member": {
                                                                    "identifier": "epochs"
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "value": {
                                                                    "string": "\",\""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "member": {
                                                                    "identifier": "RSS"
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "value": {
                                                                    "string": "\",\""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "member": {
                                                                    "identifier": "correctness"
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "value": {
                                                                    "string": "\",\""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "primary": {
                                                                "member": {
                                                                    "identifier": "ETL"
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "TOKEN": [
                                                        "+",
                                                        "+",
                                                        "+",
                                                        "+",
                                                        "+",
                                                        "+"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "comment": "// Data to train."
            },
            {
                "comment": "// The training algorithm expects a matrix with a line for each data and a column for each input or output neuron."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "dataX"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "matrix": {
                                        "TOKEN": [
                                            "[",
                                            "]"
                                        ],
                                        "row": {
                                            "column": [
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "0.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "0.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "0.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "0.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "1.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "1.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "1.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "1.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "8.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "8.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "8.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "8.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.25"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.50"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.75"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.00"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            ],
                                            "TOKEN": [
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ","
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "dataY"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "matrix": {
                                        "TOKEN": [
                                            "[",
                                            "]"
                                        ],
                                        "row": {
                                            "column": [
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.0000"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.2197"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.3811"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.5136"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.7310"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.7827"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.8327"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.0351"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "2.9551"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.3973"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.5117"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.5909"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.7345"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "3.8419"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.0952"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.2879"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.4000"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "4.8764"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.2843"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "5.9241"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.3302"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "6.9608"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.3044"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "7.6791"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "8.2819"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.0139"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "9.3387"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.0420"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.4000"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.6437"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.4786"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.4928"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.7082"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.6233"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.8862"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.6830"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.8393"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.9186"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.8814"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "10.9779"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "matrix": {
                                                                        "TOKEN": [
                                                                            "[",
                                                                            "]"
                                                                        ],
                                                                        "row": {
                                                                            "column": {
                                                                                "expression": {
                                                                                    "operation": {
                                                                                        "primary": {
                                                                                            "value": {
                                                                                                "real": "11.0000"
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            ],
                                            "TOKEN": [
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ",",
                                                ","
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "nData"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "core",
                                        "length"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": {
                                            "operation": {
                                                "primary": {
                                                    "member": {
                                                        "identifier": "dataX"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "comment": "// Creates a multilayer Perceptron neural network."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "nn"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "ann",
                                        "createANN"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": [
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"mlp\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "3"
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": [
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ","
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "comment": "// Displays the untrained neural network."
            },
            {
                "comment": "//system.println(core.toString(nn))"
            },
            {
                "comment": "//system.println(core.toString(ann.getLabels(nn)))"
            },
            {
                "comment": "// Assigns random starting weights to neural synapses."
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "ann",
                                "prepare"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": [
                                    {
                                        "operation": {
                                            "primary": {
                                                "member": {
                                                    "identifier": "nn"
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "operation": {
                                            "primary": {
                                                "value": {
                                                    "TOKEN": "true"
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "operation": {
                                            "primary": {
                                                "value": {
                                                    "TOKEN": "true"
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "operation": {
                                            "primary": {
                                                "value": {
                                                    "TOKEN": "true"
                                                }
                                            }
                                        }
                                    }
                                ],
                                "TOKEN": [
                                    ",",
                                    ",",
                                    ","
                                ]
                            }
                        }
                    }
                }
            },
            {
                "comment": "// Creates a vector to store data about the correctness of the training."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "correctnessMatrix"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "core",
                                        "matrix"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": [
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0.0"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "nData"
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": [
                                            ",",
                                            ","
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "comment": "// Trains the neural network."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "statistics"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "ann",
                                        "training"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": [
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "nn"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "dataX"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "dataY"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0.005"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"logistic\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"linear\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"none\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "matrix": {
                                                                "TOKEN": [
                                                                    "[",
                                                                    "]"
                                                                ],
                                                                "row": {
                                                                    "column": [
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "1"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        },
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "0"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    ],
                                                                    "TOKEN": ","
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "2000"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0.001"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "trainingCallback"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "0"
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": [
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ","
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "comment": "// Displays training statistics."
            },
            {
                "comment": "//system.println(core.toString(statistics))"
            },
            {
                "comment": "// Displays the trained neural network."
            },
            {
                "comment": "//system.println(core.toString(nn))"
            },
            {
                "comment": "// Uses the trained network to estimate the value of the function."
            },
            {
                "comment": "// The output must be \"f(2.25) = 2.2197\"."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "out"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "ann",
                                        "think"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": [
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "nn"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "matrix": {
                                                                "TOKEN": [
                                                                    "[",
                                                                    "]"
                                                                ],
                                                                "row": {
                                                                    "column": {
                                                                        "expression": {
                                                                            "operation": {
                                                                                "primary": {
                                                                                    "value": {
                                                                                        "matrix": {
                                                                                            "TOKEN": [
                                                                                                "[",
                                                                                                "]"
                                                                                            ],
                                                                                            "row": {
                                                                                                "column": {
                                                                                                    "expression": {
                                                                                                        "operation": {
                                                                                                            "primary": {
                                                                                                                "value": {
                                                                                                                    "real": "2.25"
                                                                                                                }
                                                                                                            }
                                                                                                        }
                                                                                                    }
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"logistic\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"linear\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"none\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "matrix": {
                                                                "TOKEN": [
                                                                    "[",
                                                                    "]"
                                                                ],
                                                                "row": {
                                                                    "column": [
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "1"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        },
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "0"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    ],
                                                                    "TOKEN": ","
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": [
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ","
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"f(2.25) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": "out",
                                                        "TOKEN": [
                                                            "[",
                                                            "]"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "value": {
                                                                            "real": "0"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "comment": "// The output must be \"f(0.5) = 11.0000\"."
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "out"
                                }
                            }
                        },
                        {
                            "primary": {
                                "member": {
                                    "identifier": [
                                        "ann",
                                        "think"
                                    ],
                                    "TOKEN": [
                                        ".",
                                        "(",
                                        ")"
                                    ],
                                    "arguments": {
                                        "expression": [
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "member": {
                                                            "identifier": "nn"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "matrix": {
                                                                "TOKEN": [
                                                                    "[",
                                                                    "]"
                                                                ],
                                                                "row": {
                                                                    "column": {
                                                                        "expression": {
                                                                            "operation": {
                                                                                "primary": {
                                                                                    "value": {
                                                                                        "matrix": {
                                                                                            "TOKEN": [
                                                                                                "[",
                                                                                                "]"
                                                                                            ],
                                                                                            "row": {
                                                                                                "column": {
                                                                                                    "expression": {
                                                                                                        "operation": {
                                                                                                            "primary": {
                                                                                                                "value": {
                                                                                                                    "real": "10.00"
                                                                                                                }
                                                                                                            }
                                                                                                        }
                                                                                                    }
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "real": "1"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"logistic\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"linear\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "string": "\"none\""
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "operation": {
                                                    "primary": {
                                                        "value": {
                                                            "matrix": {
                                                                "TOKEN": [
                                                                    "[",
                                                                    "]"
                                                                ],
                                                                "row": {
                                                                    "column": [
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "1"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        },
                                                                        {
                                                                            "expression": {
                                                                                "operation": {
                                                                                    "primary": {
                                                                                        "value": {
                                                                                            "real": "0"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    ],
                                                                    "TOKEN": ","
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": [
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ",",
                                            ","
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"f(10.00) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": "out",
                                                        "TOKEN": [
                                                            "[",
                                                            "]"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "value": {
                                                                            "real": "0"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        ]
    }
}