Sequence detected


{% for i in params.sequences_data %}
{{ i[0]|safe }}
{% if i[1] == -1 %}

Hypoglycemia

{% elif i[1] == 1%}

Hyperglycemia

{% else %}

Normal

{% endif %}
{% endfor %}
{#
#} {# {% if params.type == -1 %}#} {#
#} {#

Hypoglycemia

#} {# {% elif params.type == 1%}#} {#
#} {#

Hyperglycemia

#} {# {% else %}#} {#
#} {#

Normal

#} {# {% endif %}#} {#
#} {#
#}
{#
#}
{#
#}

Vocabulary


{% for word in params.vocabulary %}
{{ word|safe }}
{% endfor %}