cpfa: Classification with Parallel Factor Analysis

Classification using Richard A. Harshman's Parallel Factor Analysis-1 (Parafac) model or Parallel Factor Analysis-2 (Parafac2) model fit to a three-way or four-way data array. See Harshman and Lundy (1994): <doi:10.1016/0167-9473(94)90132-5>. Uses component weights from one mode of a Parafac or Parafac2 model as features to tune parameters for one or more classification methods via a k-fold cross-validation procedure. Allows for constraints on different tensor modes. Supports penalized logistic regression, support vector machine, random forest, feed-forward neural network, and regularized discriminant analysis. Supports binary and multiclass classification. Predicts class labels or class probabilities and calculates multiple classification performance measures. Implements parallel computing via the 'parallel' and 'doParallel' packages.

Version: 1.1-2
Depends: multiway
Imports: glmnet, e1071, randomForest, nnet, rda, foreach, doParallel
Published: 2024-02-15
Author: Matthew A. Snodgress
Maintainer: Matthew A. Snodgress <snodg031 at umn.edu>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: cpfa results

Documentation:

Reference manual: cpfa.pdf

Downloads:

Package source: cpfa_1.1-2.tar.gz
Windows binaries: r-devel: cpfa_1.1-2.zip, r-release: cpfa_1.1-2.zip, r-oldrel: cpfa_1.1-2.zip
macOS binaries: r-release (arm64): cpfa_1.1-2.tgz, r-oldrel (arm64): cpfa_1.1-2.tgz, r-release (x86_64): cpfa_1.1-2.tgz
Old sources: cpfa archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cpfa to link to this page.