Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GNet
APPINetwork
Commits
71dfc010
Commit
71dfc010
authored
Mar 14, 2022
by
Gosset Simon
Browse files
Update R/tfit.R
parent
c4e2dc26
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/tfit.R
View file @
71dfc010
...
@@ -27,5 +27,5 @@ tfit <- function(X)
...
@@ -27,5 +27,5 @@ tfit <- function(X)
}
}
partition
<-
.Call
(
"tfit"
,
adjacencyMatrix
,
PACKAGE
=
"appinetwork"
)
partition
<-
.Call
(
"tfit"
,
adjacencyMatrix
,
PACKAGE
=
"appinetwork"
)
result_tfit
=
list
(
"partition"
=
partition
,
"labels"
=
labels
)
result_tfit
=
list
(
"partition"
=
partition
,
"labels"
=
labels
)
return
result_tfit
return
(
result_tfit
)
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment