Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the output #3

Open
ghar1821 opened this issue Jun 10, 2020 · 0 comments
Open

Update the output #3

ghar1821 opened this issue Jun 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ghar1821
Copy link
Owner

Currently ChronoClust produces a csv file showing the cluster id of each data point as well as the values of the data point. To simplify the output, it should just produce a txt file or return an array containing the cluster id for each data point.

To do this, we need to make sure that the order of the output matches the order of the dataset, i.e. 1st element in the output array must be the cluster id for the very first data point in the dataset. This feature is currently already available by storing the id of the data point when they're read in. Thus it shouldn't be too hard to simplify the output.

We should also rename the result.csv file to metadata.csv as it's theoretically metadata.

@ghar1821 ghar1821 added the enhancement New feature or request label Jun 10, 2020
@ghar1821 ghar1821 self-assigned this Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant