cpfa: Classification with Parallel Factor Analysis

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

Version: 1.0-4
Depends: multiway, glmnet, e1071, randomForest, nnet
Imports: foreach, doParallel
Published: 2022-06-20
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.0-4.tar.gz
Windows binaries: r-devel: cpfa_1.0-4.zip, r-release: cpfa_1.0-4.zip, r-oldrel: cpfa_1.0-4.zip
macOS binaries: r-release (arm64): cpfa_1.0-4.tgz, r-oldrel (arm64): cpfa_1.0-4.tgz, r-release (x86_64): cpfa_1.0-4.tgz, r-oldrel (x86_64): cpfa_1.0-4.tgz
Old sources: cpfa archive

Linking:

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