Facemorph.Stats
Class WeightedPLS2

java.lang.Object
  extended by Facemorph.Stats.PLSReducer
      extended by Facemorph.Stats.WeightedPLS
          extended by Facemorph.Stats.WeightedPLS2
All Implemented Interfaces:
IniHandler, DataReducer, Regressor, StatisticalModel

public class WeightedPLS2
extends WeightedPLS


Nested Class Summary
 
Nested classes/interfaces inherited from interface Facemorph.Stats.DataReducer
DataReducer.DataReducerInformation
 
Nested classes/interfaces inherited from interface Facemorph.Stats.Regressor
Regressor.RegressorException
 
Field Summary
 
Fields inherited from class Facemorph.Stats.WeightedPLS
mapping, wWeights, zWeights
 
Fields inherited from class Facemorph.Stats.PLSReducer
B, c, C, E, epsilon, F, maxComponents, maxIter, meanX, meanY, noComponents, p, P, q, R, stdX, stdY, t, T, targetDependentVariance, targetIndependentVariance, u, U, varX, varY, w, W, X, Y
 
Constructor Summary
WeightedPLS2()
           
 
Method Summary
 int build()
           
 
Methods inherited from class Facemorph.Stats.WeightedPLS
calculateNewWeights, main, reweight, reweight, train
 
Methods inherited from class Facemorph.Stats.PLSReducer
apply, center, getBasisMatrix, getEpsilon, getInputDimensions, getModelInformation, getModelInformation, getOutputDimensions, getSumSquaredResiduals, getTargetDependentVariance, getTargetIndpendentVariance, initialise, iterate, iterate, outputStatistics, outputStatistics, predict, print, read, read, reconstructDependent, reconstructDependent, reconstructIndependent, reconstructIndependent, reduceDependent, reduceDependent, reduceIndependent, reduceIndependent, setDependentData, setDependentData, setEpsilon, setIndependentData, setOutputDimensions, setTargetDependentVariance, setTargetIndependentVariance, setTargetKaiserGuttman, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightedPLS2

public WeightedPLS2()
Method Detail

build

public int build()
Overrides:
build in class WeightedPLS