Stage Two Experiments - Datasets
收藏官方服务:
资源简介:
Data used in the various stage two experiments in: "Comparing Clustering Approaches for Smart Meter Time Series: Investigating the Influence of Dataset Properties on Performance". This includes datasets with varied characteristics.All datasets are stored in a dict with tuples of (time series array, class labels). To access data in python:<pre>import pickle<br>filename = "dataset.txt"<br>with open(filename, 'rb') as f:<br> data = pickle.load(f)</pre>
提供机构:
figshare创建时间:
2025-01-21



