代码搜索结果

找到约 10,000 项符合 R 的代码

rvm.r

setGeneric("rvm", function(x, ...) standardGeneric("rvm")) setMethod("rvm",signature(x="formula"), function (x, data=NULL, ..., subset, na.action = na.omit){ call

cholreduce.r

setClass("inc.chol",<mark>r</mark>ep<mark>r</mark>esentation("mat<mark>r</mark>ix",pivots="vecto<mark>r</mark>",diag.<mark>r</mark>esidues="vecto<mark>r</mark>",max<mark>r</mark>esiduals="vecto<mark>r</mark>"),p<mark>r</mark>ototype=st<mark>r</mark>uctu<mark>r</mark>e(.Data=mat<mark>r</mark>ix(),pivots=vecto<mark>r</mark>(),diag.<mark>r</mark>esidues=vecto<mark>r</mark>(), max<mark>r</mark>esidual ...

kpca.r

#kpca function setGeneric("kpca",function(x, ...) standardGeneric("kpca")) setMethod("kpca", signature(x = "formula"), function(x, data = NULL, na.action = na.omit, ...) { mt

aobjects.r

#Support Vector Machine object setClass("ksvm", representation(type = "character", param = "list", kernelf = "function",

ipop.r

setGeneric("ipop",function(c, H, A, b, l, u, r, sigf=7, maxiter=40, margin=0.05, bound=10, verb=0) standardGeneric("ipop")) setMethod("ipop",signature(H="matrix"), function(c, H, A, b, l, u, r, sigf=7

kcca.r

setGeneric("kcca",function(x, y, kernel="rbfdot", kpar=list(sigma = 0.1), ...) standardGeneric("kcca")) setMethod("kcca", signature(x = "matrix"), function(x,y,kernel="rbfdot",kpar=list(sigm

couplers.r

##wrapper function for couplers couple

ksvm.r

setGeneric("ksvm", function(x, ...) standardGeneric("ksvm")) setMethod("ksvm",signature(x="formula"), function (x, data=NULL, ..., subset, na.action = na.omit, scaled = TRUE){ call

gausspr.r

setGeneric("gausspr", function(x, ...) standardGeneric("gausspr")) setMethod("gausspr",signature(x="formula"), function (x, data=NULL, ..., subset, na.action = na.omit){ call

kernels.r

# Define the kernel objects, # functions with an additional slot for the kernel parameter list. setClass("kernel",representation("function",kpar="list")) rbfdot