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.MatrixType
WekaExtractPLSMatrix. m_MatrixType
the matrix type to extract.Methods in adams.flow.transformer that return WekaExtractPLSMatrix.MatrixType Modifier and Type Method Description WekaExtractPLSMatrix.MatrixType
WekaExtractPLSMatrix. getMatrixType()
Returns the type of matrix to extract.static WekaExtractPLSMatrix.MatrixType
WekaExtractPLSMatrix.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 void
WekaExtractPLSMatrix. setMatrixType(WekaExtractPLSMatrix.MatrixType value)
Sets the type of matrix to extract.
-