forked from se-sic/coronet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split networks into time-based equally-sized windows
Currently, we have the possibility to split data in a time-based manner by specifying a time period, specific bins, or the number of resulting time windows. However, we do not have the latter possibility for network splitting. With this commit, we add this functionality. To implement this functionality, the functions 'split.network.time.based' and 'split.networks.time.based' both get a new parameter to handle this functionality. Additionally, streamline other 'split.*' functions for uniformity regarding the 'number.windows' and 'sliding.window' parameters. Finally, adjust function documentation appropriately. This is a follow-up for commit 40974ba. Hopefully, this really fixes se-sic#49. Thanks to @bockthom for pointing this out in his review on PR se-sic#140. Signed-off-by: Claus Hunsen <[email protected]>
- Loading branch information
Showing
1 changed file
with
47 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters