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 - 10 of 56 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

sdlda (Package: sparsediscrim) : Shrinkage-based Diagonal Linear Discriminant Analysis (SDLDA)

Given a set of training data, this function builds the Shrinkage-based Diagonal Linear Discriminant Analysis (SDLDA) classifier, which is based on the DLDA classifier, often attributed to Dudoit et al. (2002). The DLDA classifier belongs to the family of Naive Bayes classifiers, where the distributions of each class are assumed to be multivariate normal and to share a common covariance matrix. To improve the estimation of the pooled variances, Pang et al. (2009) proposed the SDLDA classifier which uses a shrinkage-based estimators of the pooled covariance matrix.
● Data Source: CranContrib
● Keywords:
● Alias: predict.sdlda, sdlda, sdlda.default, sdlda.formula
● 0 images

cov_intraclass (Package: sparsediscrim) : Generates a eqn{p \times p

This function generates a p \times p intraclass covariance matrix with correlation rho. The variance sigma2 is constant for each feature and defaulted to 1.
● Data Source: CranContrib
● Keywords:
● Alias: cov_intraclass
● 0 images

mdmp (Package: sparsediscrim) : The Minimum Distance Rule using Moore-Penrose Inverse (MDMP) classifier

Given a set of training data, this function builds the MDMP classifier from Srivistava and Kubokawa (2007). The MDMP classifier is an adaptation of the linear discriminant analysis (LDA) classifier that is designed for small-sample, high-dimensional data. Srivastava and Kubokawa (2007) have proposed a modification of the standard maximum likelihood estimator of the pooled covariance matrix, where only the largest 95 their corresponding eigenvectors are kept. The value of 95 and can be changed via the eigen_pct argument.
● Data Source: CranContrib
● Keywords:
● Alias: mdmp, mdmp.default, mdmp.formula, predict.mdmp
● 0 images

cov_block_autocorrelation (Package: sparsediscrim) : Generates a eqn{p \times p

This function generates a p \times p covariance matrix with autocorrelated blocks. The autocorrelation parameter is rho. There are num_blocks blocks each with size, block_size. The variance, sigma2, is constant for each feature and defaulted to 1.
● Data Source: CranContrib
● Keywords:
● Alias: cov_block_autocorrelation
● 0 images

hdrda (Package: sparsediscrim) : High-Dimensional Regularized Discriminant Analysis (HDRDA)

Given a set of training data, this function builds the HDRDA classifier from Ramey, Stein, and Young (2014). Specially designed for small-sample, high-dimensional data, the HDRDA classifier incorporates dimension reduction and covariance-matrix shrinkage to enable a computationally efficient classifier.
● Data Source: CranContrib
● Keywords:
● Alias: hdrda, hdrda.default, hdrda.formula, predict.hdrda
● 0 images

log_determinant (Package: sparsediscrim) : Computes the log determinant of a matrix.

Computes the log determinant of a matrix.
● Data Source: CranContrib
● Keywords:
● Alias: log_determinant
● 0 images

dqda (Package: sparsediscrim) : Diagonal Quadratic Discriminant Analysis (DQDA)

Given a set of training data, this function builds the Diagonal Quadratic Discriminant Analysis (DQDA) classifier, which is often attributed to Dudoit et al. (2002). The DQDA classifier belongs to the family of Naive Bayes classifiers, where the distributions of each class are assumed to be multivariate normal. Note that the DLDA classifier is a special case of the DQDA classifier.
● Data Source: CranContrib
● Keywords:
● Alias: dqda, dqda.default, dqda.formula, predict.dqda
● 0 images

plot.hdrda_cv (Package: sparsediscrim) : Plots a heatmap of cross-validation error grid for a HDRDA classifier object.

Uses ggplot to plot a heatmap of the training error grid.
● Data Source: CranContrib
● Keywords:
● Alias: plot.hdrda_cv
● 0 images

quadform_inv (Package: sparsediscrim) : Quadratic Form of the inverse of a matrix and a vector

We compute the quadratic form of a vector and the inverse of a matrix in an efficient manner. Let x be a real vector of length p, and let A be a p x p nonsingular matrix. Then, we compute the quadratic form q = x' A^{-1} x.
● Data Source: CranContrib
● Keywords:
● Alias: quadform_inv
● 0 images

sdqda (Package: sparsediscrim) : Shrinkage-based Diagonal Quadratic Discriminant Analysis (SDQDA)

Given a set of training data, this function builds the Shrinkage-based Diagonal Quadratic Discriminant Analysis (SDQDA) classifier, which is based on the DQDA classifier, often attributed to Dudoit et al. (2002). The DQDA classifier belongs to the family of Naive Bayes classifiers, where the distributions of each class are assumed to be multivariate normal. To improve the estimation of the class variances, Pang et al. (2009) proposed the SDQDA classifier which uses a shrinkage-based estimators of each class covariance matrix.
● Data Source: CranContrib
● Keywords:
● Alias: predict.sdqda, sdqda, sdqda.default, sdqda.formula
● 0 images