
This is a pre-processed version of the dataset saved in numpy format. The original dataset is obtained from CMU-MOCAP. The data are 3-dimensional arrays of shape [n_samples, time_steps, n_variables]. The data can be loaded as follows: loaded_data = np.load("KickvsPunch.npz") Xtr = loaded_data['Xtr'] # Training data of shape (16, 841, 62) Ytr = loaded_data['Ytr'] # Training labels of shape (16, 1) Xte = loaded_data['Xte'] # Test data of shape (10, 841, 62) Yte = loaded_data['Yte'] # Test labels of shape (10, 1)
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
