R/kPCA.kern.R

Defines functions kPCA.kern

Documented in kPCA.kern

kPCA.kern <-
function(x, ...){
  objectPC <- getPrincipalComponents(x)
  object <- list(KPCs = objectPC$KPCs, Es = objectPC$Es, Vecs = objectPC$Vecs, K = x, theta = NULL, x  = NULL)
  class(object) <- c("kPCA.kern", "kPCA")   
  return(object)
}

Try the BKPC package in your browser

Any scripts or data that you put into this service are public.

BKPC documentation built on May 1, 2019, 9:10 p.m.