API Reference

Current

Table of the package models and corresponding function names used by these models.

Function \ ModelCCAWHTICALDAFAPPCAPCAKPCAMDS
fitxxxxxxxxx
transformxxxxxxxxx
predictx
indimxxxxxxxx
outdimxxxxxxxxx
meanxxxxxxx?
varxx???
covx?
corx
projectionxxxxxx
reconstructxxxx
loadings??xx???
eigvals????x
eigvecs?????
length
size

Note: ? refers to a possible implementation that is missing or called differently.

New

Function \ ModelWHTCCALDAMC-LDASS-LDAICAFAPPCAPCAKPCAMDS
fitxxxxxxxxxxx
transformx-----xx---
predict+x++++++
indim----xx---
outdim-----xx---
meanxxxxxxxx
varxxx?
covxx
cor+
projection?xxxxxxxx
reconstructxxxx
loadingsxxx+
eigvals+??xxx
eigvecs??x++
length++++
size+++++x++
  • StatsBase.AbstractDataTransform
    • Whitening
      • Interface: fit, transform
      • New: length, mean, size
  • StatsBase.RegressionModel
    • Interface: fit, predict
    • LinearDiscriminant
      • Functions: coef, dof, weights, evaluate, length
    • MulticlassLDA
      • Functions: size, mean, projection, length
    • SubspaceLDA
      • Functions: size, mean, projection, length, eigvals
    • CCA
      • Functions: size, mean, projection, predict, cor
    • Subtypes:
      • AbstractDimensionalityReduction
        • Interface: projection, var, reconstruct, loadings
        • Interface: projection == weights
      • Subtypes:
        • LinearDimensionalityReduction
          • Methods: ICA, PCA
        • NonlinearDimensionalityReduction
          • Methods: KPCA, MDS
            • Functions: modelmatrix(X),
        • LatentVariableModel or LatentVariableDimensionalityReduction
          • Methods: FA, PPCA
            • Functions: cov