Uses of Interface
Facemorph.DataBase.IniHandler

Packages that use IniHandler
Facemorph.DataBase   
Facemorph.Stats   
 

Uses of IniHandler in Facemorph.DataBase
 

Methods in Facemorph.DataBase that return IniHandler
static IniHandler IniObjectFactory.instantiate(iniFile file)
           
 

Uses of IniHandler in Facemorph.Stats
 

Subinterfaces of IniHandler in Facemorph.Stats
 interface DataReducer
          This class maps a higher dimensional vector to a lower dimensional vector (and vice-versa) @Note there is not requirement for the mapping to be exactly invertable i.e.
 interface Regressor
           
 interface StatisticalModel
          A base class for statistical models
 

Classes in Facemorph.Stats that implement IniHandler
 class BinaryLogisticRegression
          Implementation of Binary Logistic Regression using iteratively-reweigthed least squares algorithm.
 class DifferenceOfAverages
          Technically similar to a linear regressor, DifferenceOfAverages describes a function as a line connecting two points Distances along the line a scaled such that point 1 is considered to be the 0.0 point and point 2 the 1.0 point
 class ICA
          Independent Component Analysis
 class ImagePLS
          Implements an iterative version of PLS based on the method by Milidi and Reteria, "DPLS and PPLS: two PLS algorithms got large data sets." Computation Statisitics and Data Analysis vol.48 pp125-138 (2005)
 class ImageRegressor
           
 class Model
          Loads, processes and regresses two sets of data.
 class NumericRegressor
           
 class OvercompleteSPLS
           
 class PCAReducer
          Basically a wrapper for the PCA class of BPT
 class PLSReducer
           
 class sPLSSVD
          From 'A Sparse PLS for Variable Selection when Integrating Omics data' Le Cao Rossouw Robet-Granie Besse
 class sPLSSVD_DWH
          A version of Le Cao's algorithm modified to be sparse on the patches not on patch
 class WaveletPLS
           
 class WaveletRGBPLS
           
 class WeightedPLS
           
 class WeightedPLS2