Home
last modified time | relevance | path

Searched defs:kpar (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/math/R-cran-dimRed/dimRed/tests/testthat/
H A Dtest_kPCA.R13 kpar = list(sigma = 0.1)) nameattr in list
16 kpar = list(sigma = 1)) nameattr in list
19 kpar = list(degree = 3)) nameattr in list
22 kpar = list()) nameattr in list
25 kpar = list(sigma = 1)) nameattr in list
28 kpar = list(sigma = 0.1)) nameattr in list
31 kpar = list(sigma = 0.1, nameattr in list
36 kpar = list(sigma = 1, nameattr in list
41 kpar = list()) nameattr in list
/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A Dsetpar.c24 void setpar_(fortint * kbit, fortint * kneg, fortint * kpar) in setpar_()
35 void setpar(fortint * kbit, fortint * kneg, fortint * kpar) { in setpar()
/dports/math/R-cran-CVST/CVST/R/
H A Dmethods.R5 kpar=params[setdiff(names(params), c("kernel", "nu", "C"))] functionVar
20 kpar=params[setdiff(names(params), c("kernel", "nu"))] functionVar
40 kpar = params[setdiff(names(params), c("kernel", "lambda", "tol", "maxiter"))] functionVar
60 kpar = params[setdiff(names(params), c("kernel", "lambda"))] functionVar
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1792.c93 int kpar = (in + ik)/2; local
H A Dsh6getgeom.c97 int kpar; /* Index of the parameter value of the object in pt. */ local
H A Ds6idedg.c116 int kpar=0; /* Numper of parameter direction second obj.*/ local
H A Ds1909.c119 double kpar, npar; /* Used when calculating local
H A Ds1911.c118 double kpar, npar; /* Used when calculating local
H A Ds1903.c113 int kpar; /* Counter used to traverse the parametrization local
H A Ds1161.c126 int kpar; /* Fixed parameter direction. */ local
H A Ds1236.c105 int kpar; /* Remaining number of parameter values to be set local
H A Dsh6idnwun.c113 int kpar; /* Number of parameter directions in 1. object. */ local
H A Ds6idlis.c359 int ki,kj,kv,klnr,kpnr,klfs,klft,kdir,kpar; local
840 int ki,kj,kv,klnr,kpnr,klfs,klft,kdir,kpar; local
H A Dsh1761.c346 int kpar; /* Parameter direction. */ local
H A Ds1902.c109 int kpar; /* Counter used to traverse the parametrization local
H A Dsh6idrcros.c122 int kpar; /* Number of parameter directions. */ local
H A Dsh6idaledg.c105 int kpar; /* Parameter number. */ local
H A Ds1919.c114 double *kpar = SISL_NULL; /* Used when calculating parametrization. */ local
/dports/science/R-cran-kernlab/kernlab/R/
H A Dinchol.R2 setGeneric("inchol", function(x, kernel="rbfdot",kpar=list(sigma=0.1), tol= 0.001, maxiter = dim(x)… argument
4 function(x, kernel="rbfdot",kpar=list(sigma=0.1), tol= 0.001, maxiter = dim(x)[1], blocksize = 50, … argument
H A Donlearn.R119 setGeneric("inlearn",function(d, kernel = "rbfdot", kpar = list(sigma=0.1), type = "novelty", buffe… argument
121 … function(d ,kernel = "rbfdot", kpar = list(sigma=0.1), type = "novelty", buffersize = 1000) argument
H A Dkcca.R4 setGeneric("kcca",function(x, y, kernel="rbfdot", kpar=list(sigma = 0.1), gamma=0.1, ncomps = 10, … argument
6 function(x,y,kernel="rbfdot",kpar=list(sigma=0.1), gamma=0.1, ncomps =10, ...) argument
H A Dkpca.R35 …function(x, kernel = "rbfdot", kpar = list(sigma = 0.1), features = 0, th = 1e-4, na.action = na.o… argument
74 …function(x, kernel = "stringdot", kpar = list(length = 4, lambda = 0.5), features = 0, th = 1e-4, … argument
H A Dkqr.R45 function (x, y, scaled = TRUE, tau = 0.5, C = 0.1, kernel = "rbfdot", kpar = "automatic", reduced =… argument
93 kpar <- list() list
182 function (x, y, tau = 0.5, C = 0.1, kernel = "strigdot", kpar = list(length=4, C=0.5), fit = TRUE, … argument
H A Dcsi.R4 setGeneric("csi", function(x, y, kernel="rbfdot",kpar=list(sigma=0.1), rank, centering = TRUE, kapp… argument
6 function(x, y, kernel="rbfdot",kpar=list(sigma=0.1), rank, centering = TRUE, kappa =0.99 ,delta = 4… argument
H A Dranking.R9 kpar = list(sigma = 1), argument
160 kpar = list(length = 4, lambda = 0.5), argument

12345678