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
class
NIPALS
class
OPLS
class
PLS1
Implementation of PLS1 algorithm.
For more information see:
Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).class
PRM
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
class
VCPLS
-
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.
-