-
Notifications
You must be signed in to change notification settings - Fork 21
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
+883
−290
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
7f3defd
Adding myself to the project
aoliveram 18cd21f
Some discussion about the dimensions of ans (exposure calculation)
aoliveram 34f2e73
just fixing a paragraph in Ego exposure
aoliveram f27f174
looking as.vector things
aoliveram 8977e4f
out object from exposure_for()
aoliveram ef83eb2
More dimensional analysis. Changes to avoid ambiguous names
aoliveram 8a8282c
stats.R fixed
aoliveram bd5c92f
out object (in exposure_for() function) now allows q diff processes
aoliveram 8f3314e
Working forms of .exposure, exposure_for, and exposure.list
aoliveram b7f689a
updates for .exposure and exposure.list functions
aoliveram 6ffdba5
correcting labels of variables
aoliveram d4720e0
Fixing tests of diffnet
aoliveram bcabadb
changes to exposure.list() to allow arrays of cumadopt. Add multidiff…
aoliveram 587babb
aditional test -multidiffusion exposure calculations-
aoliveram 9f9a25e
updating to Steps 1.1 (initial adopters) and 1.2 (finding seed nodes…
aoliveram a54800b
updating cumadopt, exposure simulation, and toa for multi-diff processes
aoliveram 1d34b5d
adding a set of tests for rdiffnet_validate_args function
aoliveram 83d1d66
rdiffnet function updated to allow multi-diff. An small error in rdif…
aoliveram c5990c4
generalization of rdiffnet_make_threshold function. Some others modif…
aoliveram 3ef1d72
lot of work in new_diffnet and toa_mat functions. New tests for rdiff…
aoliveram 39a3840
changes in new_diffnet and toa_mat. Now all the original tests for th…
aoliveram 3b360b3
updating rdiffnet_validate_args to allow objects seed.nodes different…
aoliveram b183316
Merge branch 'master' into refactor-rdiffnet
aoliveram 271047b
rdiffnet now allow multiple diff, showing the results. There is still…
aoliveram 0615685
rdiffnet now allow multiple diff, showing the results. There is still…
aoliveram e871f33
Now rdiffnet allow multiple diff, and shows the name -Behavior-, -Num…
aoliveram 3755959
some minor changes in summary.diffnet
aoliveram 875b22f
advances in summary.diffnet() for multi-diff, but this will be change…
aoliveram e9a34cd
changes in exposure.list and exposure_for to allow personalized attrs…
aoliveram 345df65
minor changes in toa_mat
aoliveram e01535e
now new_diffnet sets the num_of behavior internally
aoliveram b6e63ca
more changes to toa_mat to compute num_of_adoption on more classes
aoliveram 516cf33
now toa_mat can compute adopt and cumadopt from diffnet (multiple) an…
aoliveram 90f4af5
all comments were addressed, except -behavior- as a vector.
aoliveram 93dc056
checking the status of "dynamic" and "static" graphs.
aoliveram File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
advances in summary.diffnet() for multi-diff, but this will be change…
… to something more simple later
commit 875b22f26b898fcd2b7dd4bbc5560136c1101411
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps, add expectations of of the sort of "expect class" something like that so you ensure it returns diffnet objects.