Uses of Class
adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
-
Packages that use WekaExtractPLSMatrix.MatrixType Package Description adams.flow.transformer -
-
Uses of WekaExtractPLSMatrix.MatrixType in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaExtractPLSMatrix.MatrixType Modifier and Type Field Description protected WekaExtractPLSMatrix.MatrixTypeWekaExtractPLSMatrix. m_MatrixTypethe matrix type to extract.Methods in adams.flow.transformer that return WekaExtractPLSMatrix.MatrixType Modifier and Type Method Description WekaExtractPLSMatrix.MatrixTypeWekaExtractPLSMatrix. getMatrixType()Returns the type of matrix to extract.static WekaExtractPLSMatrix.MatrixTypeWekaExtractPLSMatrix.MatrixType. valueOf(String name)Returns the enum constant of this type with the specified name.static WekaExtractPLSMatrix.MatrixType[]WekaExtractPLSMatrix.MatrixType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type WekaExtractPLSMatrix.MatrixType Modifier and Type Method Description voidWekaExtractPLSMatrix. setMatrixType(WekaExtractPLSMatrix.MatrixType value)Sets the type of matrix to extract.
-