smoothAppGradCCA.Rd
This implements a sparse and graph-regularized version of CCA based on the AppGrad style of implementation by Ma, Lu and Foster, 2015.
smoothAppGradCCA(
x,
y,
smoox = NA,
smooy = NA,
sparsenessQuantile = 0.5,
positivity = "either",
k = 2,
iterations = 10,
stochastic = NA,
initialization = "randxy",
verbose = FALSE
)
input view 1 matrix
input view 2 matrix
smoothingMatrix for x
smoothingMatrix for y
quantile to control sparseness - higher is sparser
restrict to positive or negative solution (beta) weights. choices are positive, negative or either as expressed as a string.
number of basis vectors to compute
number of gradient descent iterations
size of subset to use for stocastic gradient descent
type of initialization, currently only supports a
character randxy
boolean option
list with matrices each of size p or q by k