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

Refactor rdiffnet #46

Merged
merged 35 commits into from
Nov 22, 2024
Merged

Refactor rdiffnet #46

merged 35 commits into from
Nov 22, 2024

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    7f3defd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    18cd21f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    34f2e73 View commit details
    Browse the repository at this point in the history
  2. looking as.vector things

    aoliveram committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f27f174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8977e4f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    ef83eb2 View commit details
    Browse the repository at this point in the history
  2. stats.R fixed

    aoliveram committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8a8282c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd5c92f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    8f3314e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    b7f689a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ffdba5 View commit details
    Browse the repository at this point in the history
  3. Fixing tests of diffnet

    aoliveram committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d4720e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    bcabadb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    587babb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9a25e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a54800b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    1d34b5d View commit details
    Browse the repository at this point in the history
  2. rdiffnet function updated to allow multi-diff. An small error in rdif…

    …fnet_check_seed_graph fixed.
    aoliveram committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    83d1d66 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. generalization of rdiffnet_make_threshold function. Some others modif…

    …ication following the merge of the 41... branch
    aoliveram committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c5990c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. lot of work in new_diffnet and toa_mat functions. New tests for rdiff…

    …net_make_threshold. Some modification in rdiffnet too. Not expecting to work yet.
    aoliveram committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3ef1d72 View commit details
    Browse the repository at this point in the history
  2. changes in new_diffnet and toa_mat. Now all the original tests for th…

    …ose functions are pass.
    aoliveram committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    39a3840 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. updating rdiffnet_validate_args to allow objects seed.nodes different…

    … from -list-. For example: rdiffnet(100,10, seed.p.adopt = list(.1, .05)), or adding seed.nodes=c(1,2,3,4), seed.nodes=random, or seed.nodes=c(random,central). Respective tests added.
    aoliveram committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3b360b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b183316 View commit details
    Browse the repository at this point in the history
  3. rdiffnet now allow multiple diff, showing the results. There is still…

    … work to be done to display a line saying 'number of behaviors', and to fix the summary() function.
    aoliveram committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    271047b View commit details
    Browse the repository at this point in the history
  4. rdiffnet now allow multiple diff, showing the results. There is still…

    … work to be done to display a line saying 'number of behaviors', and to fix the summary() function.
    aoliveram committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0615685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e871f33 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    3755959 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. advances in summary.diffnet() for multi-diff, but this will be change…

    … to something more simple later
    aoliveram committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    875b22f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    e9a34cd View commit details
    Browse the repository at this point in the history
  2. minor changes in toa_mat

    aoliveram committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    345df65 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    e01535e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e63ca View commit details
    Browse the repository at this point in the history
  3. now toa_mat can compute adopt and cumadopt from diffnet (multiple) an…

    …d matrix objects. The same tests for single behavior were adapted.
    aoliveram committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    516cf33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f4af5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    93dc056 View commit details
    Browse the repository at this point in the history