public class GrammShmidtOrthonormal extends Object implements Serializable, weka.core.Debuggable
Constructor and Description |
---|
GrammShmidtOrthonormal() |
Modifier and Type | Method and Description |
---|---|
weka.core.Instance[] |
createOrthonormalBase(weka.core.Instance[] base) |
DotProduct |
getDotProd() |
boolean |
isDebug() |
void |
setDebug(boolean debug) |
void |
setDotProd(DotProduct dotProd) |
public weka.core.Instance[] createOrthonormalBase(weka.core.Instance[] base) throws Exception
Exception
public DotProduct getDotProd()
public void setDotProd(DotProduct dotProd)
dotProd
- the dotProd to setpublic boolean isDebug()
isDebug
in interface weka.core.Debuggable
public void setDebug(boolean debug)
setDebug
in interface weka.core.Debuggable
debug
- the debug to setCopyright © 2020. All rights reserved.