File tree Expand file tree Collapse file tree 5 files changed +770
-326
lines changed Expand file tree Collapse file tree 5 files changed +770
-326
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Imports:
3636 numDeriv,
3737 purrr,
3838 reshape2,
39+ reticulate,
3940 rlang,
4041 stats,
4142 stringr,
@@ -81,6 +82,7 @@ Suggests:
8182 sna,
8283 testthat,
8384 tools,
85+ torch,
8486 tsne,
8587 viridis,
8688 xgboost,
Original file line number Diff line number Diff line change @@ -332,9 +332,13 @@ export(n4BiasFieldCorrection)
332332export(neg_violation)
333333export(networkEiganat)
334334export(nsa_flow)
335+ export(nsa_flow_fa)
336+ export(nsa_flow_fa_diagram)
335337export(nsa_flow_flowchart)
338+ export(nsa_flow_pca)
336339export(nsa_flow_retract)
337340export(nsa_flow_retract_auto)
341+ export(nsa_flow_torch)
338342export(oneHotToSegmentation)
339343export(optimal_simlr_initializer)
340344export(optimize_indicator_matrix)
You can’t perform that action at this time.
0 commit comments