Skip to content

Commit e3d843f

Browse files
committed
ENH: nsa fa and nsa pca
1 parent 01bcb06 commit e3d843f

File tree

5 files changed

+770
-326
lines changed

5 files changed

+770
-326
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,13 @@ export(n4BiasFieldCorrection)
332332
export(neg_violation)
333333
export(networkEiganat)
334334
export(nsa_flow)
335+
export(nsa_flow_fa)
336+
export(nsa_flow_fa_diagram)
335337
export(nsa_flow_flowchart)
338+
export(nsa_flow_pca)
336339
export(nsa_flow_retract)
337340
export(nsa_flow_retract_auto)
341+
export(nsa_flow_torch)
338342
export(oneHotToSegmentation)
339343
export(optimal_simlr_initializer)
340344
export(optimize_indicator_matrix)

0 commit comments

Comments
 (0)