Class GrammShmidtOrthonormal

java.lang.Object
weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
All Implemented Interfaces:
Serializable, weka.core.Debuggable

public class GrammShmidtOrthonormal extends Object implements Serializable, weka.core.Debuggable
See Also:
  • Constructor Details

    • GrammShmidtOrthonormal

      public GrammShmidtOrthonormal()
  • Method Details

    • 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