Skip to content

Commit

Permalink
Move softImpute code to others folder
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Oct 30, 2023
1 parent bf1ef2e commit 81e29f6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 67 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^pkgdown$
^codecov\.yml$
^\.github$
^others$
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Imports:
dplyr,
Matrix,
methods,
rpart,
softImpute
rpart
Depends:
R (>= 2.10),
LazyData: true
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ export(getELBO)
export(getImportance)
export(initSF)
export(predictFX)
export(softImputeCrossVal)
export(softImputeCrossValSparse)
export(updateMFAIR)
exportClasses(MFAIR)
exportClasses(MFAIRSingleFactor)
exportMethods(predict)
import(Matrix)
import(softImpute)
importFrom(dplyr,left_join)
importFrom(methods,new)
importFrom(rpart,rpart)
Expand Down
31 changes: 0 additions & 31 deletions man/softImputeCrossVal.Rd

This file was deleted.

31 changes: 0 additions & 31 deletions man/softImputeCrossValSparse.Rd

This file was deleted.

File renamed without changes.

0 comments on commit 81e29f6

Please sign in to comment.