Skip to content

Commit 9df5c90

Browse files
Update paper.md
In general a great inclusion of the wide range of problems that it can tackle! Reading it I had difficulty to understand that the variable names are the attributes and we don't have a third variable name that we load. I thought of adding 'which we call'. What do you think @holgerteichgraeber ?
1 parent 2da0be9 commit 9df5c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following are the key features that ``TimeSeriesClustering`` provides. Imple
4242

4343
- *The aggregation methods*: The most commonly used clustering methods and extreme value selection methods are implemented with a common interface, allowing for simple comparison of these methods on a given data set and optimization problem.
4444

45-
- *The generalized import of time series in csv format*: Time series can be loaded through csv files in a pre-defined format. From this, variable names, attributes, and node names are automatically loaded and stored. The original time series can be sliced into periods of user-defined length. This information can then be used in the definition of the sets of the optimization problem later.
45+
- *The generalized import of time series in csv format*: Time series can be loaded through csv files in a pre-defined format. From this, variable names, which we call attributes, and node names are automatically loaded and stored. The original time series can be sliced into periods of user-defined length. This information can then be used in the definition of the sets of the optimization problem later.
4646

4747
- *Multiple attributes and nodes*: Multiple time series, one for each attribute (and node, if the data has a spatial component), are automatically combined and aggregated simultaneously.
4848

0 commit comments

Comments
 (0)