Class GrammShmidtOrthonormal

    • Constructor Detail

      • GrammShmidtOrthonormal

        public GrammShmidtOrthonormal()
    • Method Detail

      • createOrthonormalBase

        public weka.core.Instance[] createOrthonormalBase​(weka.core.Instance[] base)
                                                   throws Exception
        Throws:
        Exception
      • getDotProd

        public DotProduct getDotProd()
        Returns:
        the dotProd
      • setDotProd

        public void setDotProd​(DotProduct dotProd)
        Parameters:
        dotProd - the dotProd to set
      • isDebug

        public boolean isDebug()
        Specified by:
        isDebug in interface weka.core.Debuggable
        Returns:
        the debug
      • setDebug

        public void setDebug​(boolean debug)
        Specified by:
        setDebug in interface weka.core.Debuggable
        Parameters:
        debug - the debug to set