tiltedCCA | R Documentation |
Computing the common-distinct decomposition via CCA, by setting each latent dimension to the same common tilt.
tiltedCCA(
input_obj,
discretization_gridsize = 21,
enforce_boundary = F,
fix_tilt_perc = F,
verbose = 0
)
input_obj |
|
discretization_gridsize |
positive integer for how many values between 0 and 1 (inclusive) to search the appropriate amount of tilt over |
enforce_boundary |
boolean, on whether or not the tilt is required to stay between the two canonical score vectors |
fix_tilt_perc |
boolean or a numeric. If |
verbose |
non-negative integer For the tilt values (possibly set in |
updated multiSVD
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.