elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
780 stars 321 forks source link

Bugfix: Clear labels after reading header row #21

Closed patrickkostjens closed 8 years ago

patrickkostjens commented 8 years ago

When the labels are not cleared after reading a header row, the first data row will have the titles in the header row as well as its own label set as the label. This causes the creation of an extra, non existing, cluster. Clearing the labels after creating the header row solves this problem.

kno10 commented 8 years ago

Merged as 7611152ecb6edc066995089ae2a1758ad67eaefd

Thank you!