|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacemorph.Stats.ImagePLS
Facemorph.Stats.WaveletRGBPLS
public class WaveletRGBPLS
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 | |
---|---|
protected Filter[] |
filters
|
protected Filter |
G
A set of filters for Gaussian |
protected Filter |
H1
A set of filters for Gaussian |
protected Filter |
H2
A set of filters for Gaussian |
protected Filter |
K1
A set of filters for Gaussian |
protected Filter |
K2
A set of filters for Gaussian |
protected Filter |
L1
A set of filters for Gaussian |
protected Filter |
L2
A set of filters for Gaussian |
protected Pyramid[] |
ppyr
|
protected Pyramid[] |
wpyr
|
protected Pyramid[][] |
Wpyr
|
Fields inherited from class Facemorph.Stats.ImagePLS |
---|
averageImage, imageFiles, stdevImage, varX, varY, Y |
Constructor Summary | |
---|---|
WaveletRGBPLS()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
boolean |
train(boolean stats)
Perform multi-linear regression using the Ordinary Least Squares method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Filter H1
protected Filter H2
protected Filter L1
protected Filter L2
protected Filter G
protected Filter K1
protected Filter K2
protected Filter[] filters
protected Pyramid[][] Wpyr
protected Pyramid[] wpyr
protected Pyramid[] ppyr
Constructor Detail |
---|
public WaveletRGBPLS()
Method Detail |
---|
public boolean train(boolean stats)
StatisticalModel
train
in interface StatisticalModel
train
in class ImagePLS
stats
- calculate values for statistical analysis
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |