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 381 - 390 of 182600 found.
[1] < 34 35 36 37 38 39 40 41 42 43 44 > [18260]  Sort:

sfaStep (Package: rSFA) : Update a step of the SFA algorithm.

sfaStep() updates the current step of the SFA algorithm. Depending on sfaList$deg it calls either sfa1Step or sfa2Step to do the main work. See further documentation there
● Data Source: CranContrib
● Keywords:
● Alias: sfaStep
● 0 images

sfaSave (Package: rSFA) : Save a SFA object.

Save a SFA object.
● Data Source: CranContrib
● Keywords: internal
● Alias: sfaSave
● 0 images

sfaGetIntRange (Package: rSFA) : Helper Function of SFA.

Helper Function of SFA.
● Data Source: CranContrib
● Keywords: internal
● Alias: sfaGetIntRange
● 0 images

xpDim (Package: rSFA) : Degree 2 Dimension Calculation

Compute the dimension of a vector expanded in the space of polynomials of 2nd degree.
● Data Source: CranContrib
● Keywords:
● Alias: xpDim
● 0 images

lcovPca2 (Package: rSFA) : Improved Principal Component Analysis on a covariance object

Performs PCA _and_ whitening on the covariance object referenced by lcov.

Difference to LCOV_PCA: null the rows of W (columns of DW) where the corresponding eigenvalue in D is close to zero (more precisely: if lam/lam_max < EPS = 1e-7). This is numerically stable in the case where the covariance matrix is singular.
- Author: Wolfgang Konen, Cologne Univ., May'2009
● Data Source: CranContrib
● Keywords: internal
● Alias: lcovPca2
● 0 images

sfaGetHf (Package: rSFA) : Return a SFA function as a quadratic form.

sfaGetHf returns function number NR in the sfa object referenced by HDL in the form of a quadratic form
q(x) = 1/2*x'*H*x + f'*x + c
Of course, this only works if a quadratic expansion was used during training. The quadratic form can lie in different spaces, i.e. it can receive as input preprocessed or non-preprocessed vectors. This is specified by setting the argument WHERE. The quadratic form lies - in the preprocessed space for WHERE==0 (e.g. the whitened space if the preprocessing type is PCA) - in the PCA space (i.e. projected on the principal components but not whitened, works only if PCA was used for preprocessing) for WHERE==1 - in the input, mean-free space for WHERE==2 - in the input space for WHERE==3 In general you will need to set WHERE to 2 or 3, but working in the preprocessed spaces can often drastically improve the speed of analysis.
● Data Source: CranContrib
● Keywords: internal
● Alias: sfaGetHf
● 0 images

sfaClassify (Package: rSFA) : Predict Class for SFA classification

Create a SFA classification mode, predict & evaluate on new data (xtst,realc_tst).
Author of orig. matlab version: Wolfgang Konen, May 2009 - Jan 2010
See also [Berkes05] Pietro Berkes: Pattern recognition with Slow Feature Analysis. Cognitive Sciences EPrint Archive (CogPrint) 4104, http://cogprints.org/4104/ (2005)
● Data Source: CranContrib
● Keywords:
● Alias: sfaClassify
● 0 images

lcovPca (Package: rSFA) : Principal Component Analysis on a covariance object

Performs PCA _and_ whitening on the covariance object referenced by lcov. CAUTION: can be numerically instable if covariance matrix is singular, better use LCOV_PCA2 instead /W. Konen/
● Data Source: CranContrib
● Keywords: internal
● Alias: lcovPca
● 0 images

sfa2Create (Package: rSFA) : Create structured list for expanded SFA

'Expanded' SFA means that the input data are expanded into a higher-dimensional space with the function sfaExpandFun. See sfaExpand for the default expansion function.
● Data Source: CranContrib
● Keywords:
● Alias: sfa2Create
● 0 images

sfaCheckCondition (Package: rSFA) : Check Condition of a matrix for SFA

Creates warnings with recommendations for different settings, if given matrix is ill-conditioned.
● Data Source: CranContrib
● Keywords: internal
● Alias: sfaCheckCondition
● 0 images