Skip to content

Commit

Permalink
removing useless file MultipartiteSBM_sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Jan 26, 2021
1 parent 66cdbe3 commit aa6e958
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Collate:
'R6Class-BipartiteSBM_fit.R'
'R6Class-MultipartiteSBM.R'
'R6Class-MultipartiteSBM_fit.R'
'R6Class-MultipartiteSBM_sampler.R'
'R6Class-MultiplexSBM_fit.R'
'R6Class-SimpleSBM.R'
'R6Class-SimpleSBM_fit.R'
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export(BipartiteSBM)
export(BipartiteSBM_fit)
export(MultipartiteSBM)
export(MultipartiteSBM_fit)
export(MultipartiteSBM_sampler)
export(MultiplexSBM_fit)
export(SimpleSBM)
export(SimpleSBM_fit)
Expand Down
1 change: 0 additions & 1 deletion R/plotMyMultipartite.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
plotMyMultipartiteMatrix = function(listSBM, memberships = NULL, plotOptions = list()){

myMSBMObject <- MultipartiteSBM_fit$new(listSBM)
### TODO: better handle of membership!!! we should use an instance of MultipartiteSBM_sampler when ready
if (!is.null(memberships)) myMSBMObject$probMemberships <- lapply(memberships, as_indicator)
ordered <- ifelse(is.null(memberships), FALSE, TRUE)
g <- myMSBMObject$plot(type='data', ordered = ordered, plotOptions)
Expand Down
77 changes: 0 additions & 77 deletions man/MultipartiteSBM_sampler.Rd

This file was deleted.

0 comments on commit aa6e958

Please sign in to comment.