Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

cv.KERE (Package: KERE) : Cross-validation for KERE

Does k-fold cross-validation for KERE, produces a plot, and returns a value for lambda.
● Data Source: CranContrib
● Keywords: models, regression
● Alias: cv.KERE
● 0 images

KERE (Package: KERE) :

Fits a regularization path for the kernel expectile regression at a sequence of regularization parameters lambda.
● Data Source: CranContrib
● Keywords: models, regression
● Alias: KERE
1 images

as.kernelMatrix (Package: KERE) : Assing kernelMatrix class to matrix objects

as.kernelMatrix in package KERE can be used to coerce the kernelMatrix class to matrix objects representing a kernel matrix. These matrices can then be used with the kernelMatrix interfaces which most of the functions in KERE support.
● Data Source: CranContrib
● Keywords: methods
● Alias: as.kernelMatrix, as.kernelMatrix,matrix-method, as.kernelMatrix-methods, kernelMatrix-class
● 0 images

kernelMatrix (Package: KERE) : Kernel Matrix functions

kernelMatrix calculates the kernel matrix K_{ij} = k(x_i,x_j) or K_{ij} = k(x_i,y_j).
kernelPol computes the quadratic kernel expression H = z_i z_j k(x_i,x_j), H = z_i k_j k(x_i,y_j).
kernelMult calculates the kernel expansion f(x_i) = ∑_{i=1}^m z_i k(x_i,x_j)
kernelFast computes the kernel matrix, identical to kernelMatrix, except that it also requires the squared norm of the first argument as additional input, useful in iterative kernel matrix calculations.
● Data Source: CranContrib
● Keywords: algebra, array
● Alias: kernelFast, kernelFast,anovakernel-method, kernelFast,besselkernel-method, kernelFast,kernel-method, kernelFast,laplacekernel-method, kernelFast,polykernel-method, kernelFast,rbfkernel-method, kernelFast,splinekernel-method, kernelFast,tanhkernel-method, kernelFast,vanillakernel-method, kernelMatrix, kernelMatrix,anovakernel-method, kernelMatrix,besselkernel-method, kernelMatrix,kernel-method, kernelMatrix,laplacekernel-method, kernelMatrix,polykernel-method, kernelMatrix,rbfkernel-method, kernelMatrix,splinekernel-method, kernelMatrix,tanhkernel-method, kernelMatrix,vanillakernel-method, kernelMult, kernelMult,anovakernel,ANY-method, kernelMult,besselkernel,ANY-method, kernelMult,character,kernelMatrix-method, kernelMult,kernel-method, kernelMult,laplacekernel,ANY-method, kernelMult,polykernel,ANY-method, kernelMult,rbfkernel,ANY-method, kernelMult,splinekernel,ANY-method, kernelMult,tanhkernel,ANY-method, kernelMult,vanillakernel,ANY-method, kernelPol, kernelPol,anovakernel-method, kernelPol,besselkernel-method, kernelPol,kernel-method, kernelPol,laplacekernel-method, kernelPol,polykernel-method, kernelPol,rbfkernel-method, kernelPol,splinekernel-method, kernelPol,tanhkernel-method, kernelPol,vanillakernel-method
● 0 images

kernel-class (Package: KERE) : Class "kernel" "rbfkernel" "polykernel", "tanhkernel", "vanillakernel"

The built-in kernel classes in KERE
● Data Source: CranContrib
● Keywords: classes
● Alias: anovakernel-class, besselkernel-class, fourierkernel-class, kfunction-class, laplacekernel-class, polykernel-class, rbfkernel-class, splinekernel-class, tanhkernel-class, vanillakernel-class
● 0 images

predict.KERE (Package: KERE) :

Similar to other predict methods, this functions predicts fitted values and class labels from a fitted KERE object.
● Data Source: CranContrib
● Keywords: models, regression
● Alias: predict.KERE
● 0 images

plot.KERE (Package: KERE) : Plot coefficients from a "KERE" object

Produces a coefficient profile plot of the coefficient paths for a fitted KERE object.
● Data Source: CranContrib
● Keywords: models, regression
● Alias: plot.KERE
1 images