2017-09-03

HW01: First Line of Threshold Function .

In the homework description, two different formats are given for the first line of the threshold file, namely:

.

<u>'''TF'''</u>

[+|-]\d+

([+|-]\d+(\s+[+|-]\d+))?

.

The second format is:

.

<u>'''LTF'''</u>

+15

+10 -5 +30

.

In my solution, I just used "TF". If we should actually use "LTF", please let me know.

(Edited: 2017-09-03)
In the homework description, two different formats are given for the first line of the threshold file, namely: . <u>'''TF'''</u> [+|-]\d+ ([+|-]\d+(\s+[+|-]\d+))? . The second format is: . <u>'''LTF'''</u> +15 +10 -5 +30 . In my solution, I just used "TF". If we should actually use "LTF", please let me know.

-- HW01: First Line of Threshold Function

Thanks. Fixed.

Thanks. Fixed.
X