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

Add tensor representation and EDCPTD centrality calculation #173

Merged
merged 5 commits into from
Nov 8, 2020

Commits on Sep 23, 2020

  1. Add preliminary methods to calculate EDCPTD centrality

    Methods that enable to calculate the EDCPTD centrality for a project are
    added to a provisional file 'util-tensor.R'. This include methods that
    retrive the needed single-layer developer networks, a method that builds
    a forth-order tensor using this single-layer networks and e method that
    calculates the EDCPTD centrality using this tensor.
    
    Signed-off-by: Anselm Fehnker <[email protected]>
    Anselm Fehnker authored and fehnkera committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c136b1f View commit details
    Browse the repository at this point in the history
  2. Change process of calculating EDCPTD centrality

    The process of how EDCPTD centrality is computed is changed. In the
    first step the author network for each relation is build. In the second
    step the author networks are converted to a forth-order tensor and in
    the third step EDCPTD centrality is computed.
    
    Changes are based on the reviews from @clhunsen, @bockthom and
    @ecklbarb.
    
    Signed-off-by: Signed-off-by: Anselm Fehnker <[email protected]>
    fehnkera committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    e4ee0dc View commit details
    Browse the repository at this point in the history
  3. Add rTensor to 'README.md'

    The use of the library rTensor is added to the 'README.md' file.
    
    Signed-off-by: Anselm Fehnker <[email protected]>
    fehnkera committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7acf76e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Apply Review from @bockthom and @clhunsen

    Apply the Review from @bockthom and @clhunsen on the previous changes.
    This includes compliance of coding conventions, update of copyright
    headers and improvement of documentation. Move the functions for
    'get.author.names.from.networks' and 'get.expanded.adjacency' to new
    file 'util-networks-misc.R'. Also add two functions
    'get.author.names.from.data' and
    'convert.adjacency.matrix.list.to.array' from the 'dev-network-growth'
    project to the new file.
    
    Signed-off-by: Anselm Fehnker <[email protected]>
    fehnkera committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    051a5f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Adjust the changelog file 'News.md'

    The changelog file 'News.md' is adjusted. The section '## Unversioned'
    is added above the latest release version. The new features added in
    this Pull-Request are described in the subscetions '### Added' and '###
    Changed/Improved'.
    
    Signed-off-by: Signed-off-by: Anselm Fehnker <[email protected]>
    fehnkera committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0919649 View commit details
    Browse the repository at this point in the history