Uses of Class
adams.data.instancesanalysis.pls.AbstractSingleClassPLS
-
Packages that use AbstractSingleClassPLS Package Description adams.data.instancesanalysis.pls weka.attributeSelection -
-
Uses of AbstractSingleClassPLS in adams.data.instancesanalysis.pls
Subclasses of AbstractSingleClassPLS in adams.data.instancesanalysis.pls Modifier and Type Class Description class
DIPLS
Domain Invariant Partial Least Squares (DIPLS).
For more information see:
Ramin Nikzad-Langerodi, Werner Zellinger, Edwin Lughofer,, Susanne Saminger-Platz.class
NIPALS
Nonlinear Iterative Partial Least Squares (NIPALS).
For more information see:
scikit-learn.class
OPLS
Orthogonal Projections to latent structures (O-PLS).
For more informatio see:
Johan Trygg, Svante Wold (2001).class
PLS1
Implementation of PLS1 algorithm.
For more information see:
Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).class
PRM
Partial robust M-regression (PRM).
For more information see:
Sven Serneels, Christophe Croux, Peter Filzmoser, Pierre J.Van Espen (2005).class
SIMPLS
Implementation of SIMPLS algorithm.
Available matrices: W, B
For more information see:
Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).class
SparsePLS
Nonlinear Iterative Partial Least Squares (SparsePLS).
Automatically standardizes X and Y internally.
For more information see:
Chun H, Keles S. (2010).class
VCPLS
Variance constrained partial least squares.
For more information see:
Xiubao Jiang, Xinge You, Shujian Yu, Dacheng Tao, C.L. -
Uses of AbstractSingleClassPLS in weka.attributeSelection
Fields in weka.attributeSelection declared as AbstractSingleClassPLS Modifier and Type Field Description protected AbstractSingleClassPLS
AbstractPLSAttributeEval. m_Model
the underlying model.Methods in weka.attributeSelection that return AbstractSingleClassPLS Modifier and Type Method Description protected abstract AbstractSingleClassPLS
AbstractPLSAttributeEval. newModel()
Creates a new instance of a PLS algorrithm.protected AbstractSingleClassPLS
PLS1AttributeEval. newModel()
Creates a new instance of a PLS algorrithm.protected AbstractSingleClassPLS
SIMPLSAttributeEval. newModel()
Creates a new instance of a PLS algorrithm.
-