Uses of Interface
weka.core.PLSMatrixAccess
-
Packages that use PLSMatrixAccess Package Description adams.flow.transformer weka.classifiers.functions weka.filters.supervised.attribute -
-
Uses of PLSMatrixAccess in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type PLSMatrixAccess Modifier and Type Method Description protected adams.data.spreadsheet.SpreadSheet
WekaExtractPLSMatrix. getMatrix(PLSMatrixAccess obj)
Returns the spreadsheet representation of the chosen from the classifier/filter. -
Uses of PLSMatrixAccess in weka.classifiers.functions
Classes in weka.classifiers.functions that implement PLSMatrixAccess Modifier and Type Class Description class
ClassificationViaPLS
Performs ClassificationViaRegression using PLSClassifierWeightedWithLoadings as base classifier, allowing access to the PLS matrices.class
PLSClassifierWeightedWithLoadings
A wrapper classifier for the PLSFilter, utilizing the PLSFilter's ability to perform predictions.
Allows access to the PLS matrices in case the filter is a PLSFilterWithLoadings instance. -
Uses of PLSMatrixAccess in weka.filters.supervised.attribute
Classes in weka.filters.supervised.attribute that implement PLSMatrixAccess Modifier and Type Class Description class
PLSFilterWithLoadings
Runs Partial Least Square Regression over the given instances and computes the resulting beta matrix for prediction.
By default it replaces missing values and centers the data.
Allows access to the internal matrices.
For more information see:
Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
-