Class PLS

    • Field Detail

      • m_Algorithm

        protected com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_Algorithm
        the PLS algorithm to use.
      • m_ActualAlgorithm

        protected com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_ActualAlgorithm
        the actual PLS algorithm to use.
      • m_Loadings

        protected SpreadSheet m_Loadings
        the loadings.
    • Constructor Detail

      • PLS

        public PLS()