This function gets the matrix of square norms which is needed for all kernels. Calculating this can help to save time if you are also interested in calculating the median heuristic, handling multiple tuning parameters or trying other kernels.
squareNorm(samples, nystrom_inds = NULL)
An \(N\) by \(N\) matrix of squared norms between samples (or \(N\) by \(m\) where \(m\) is the length of nystrom_inds
).
An \(N\) by \(d\) matrix of samples from the target
The (optional) sample indices to be used in the Nystrom approximation (for when using aSECF).
Leah F. South
See medianTune
and K0_fn
for functions which use this.