Uses of Interface
weka.core.GenericPLSMatrixAccess
-
Packages that use GenericPLSMatrixAccess Package Description adams.data.instancesanalysis.pls adams.flow.transformer weka.classifiers.functions weka.filters.supervised.attribute -
-
Uses of GenericPLSMatrixAccess in adams.data.instancesanalysis.pls
Classes in adams.data.instancesanalysis.pls that implement GenericPLSMatrixAccess Modifier and Type Class Description class
AbstractMultiClassPLS
Ancestor for schemes that predict multiple classes.class
AbstractPLS
Ancestor for PLS implementations.class
AbstractSingleClassPLS
Ancestor for schemes that predict a single class.class
DIPLS
class
KernelPLS
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 GenericPLSMatrixAccess in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type GenericPLSMatrixAccess Modifier and Type Method Description protected adams.data.spreadsheet.SpreadSheet
WekaGenericPLSMatrixAccess. getMatrix(GenericPLSMatrixAccess obj)
Returns the spreadsheet representation of the chosen from the classifier/filter. -
Uses of GenericPLSMatrixAccess in weka.classifiers.functions
Classes in weka.classifiers.functions that implement GenericPLSMatrixAccess Modifier and Type Class Description class
PLSWeighted
A wrapper classifier for the PLS filter, utilizing the filter's ability to perform predictions. -
Uses of GenericPLSMatrixAccess in weka.filters.supervised.attribute
Classes in weka.filters.supervised.attribute that implement GenericPLSMatrixAccess Modifier and Type Class Description class
MultiPLS
For each Y that gets identified by the regular expression for Y attributes, the specified PLS (partial least squares) algorithm gets applied to the X attributes identified by the corresponding regular expression.class
PLS
Applies the specified partial least squares (PLS) algorithm to the data.
-