Skip to content

Commit

Permalink
Update simlr_interpretation.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava authored Oct 9, 2024
1 parent 7c42cb7 commit 06d13fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vignettes/simlr_interpretation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ Finally, `simlrXs$paramsearch` retrieves the results of the parameter search. Th

This section of the vignette demonstrates how to set up a comprehensive parameter search for the SiMLR algorithm. It shows how to create custom constraints, define a parameter grid, regularize the model, and execute the search. The result is an optimized set of parameters that can be used to enhance the performance of the SiMLR model on your data.

## Path modeling

SIMLR has a path modeling variant that lets you build the graph of connections however you like. Call the matrices A, B and C. If you build: A=>A, B=>B, C=>C then you will learn within-modality feature sets. If you build A=>(B,C), B=>A, C=>A then you will “focus” on A. The default graph is A=>(B,C),
B=>(A,C), C=>(A,B) ]

## Summary

We provided a quick overview of potential uses of the SiMLR framework.
Expand Down

0 comments on commit 06d13fd

Please sign in to comment.