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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrammShmidtOrthonormal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description weka.core.Instance[]
createOrthonormalBase(weka.core.Instance[] base)
DotProduct
getDotProd()
boolean
isDebug()
void
setDebug(boolean debug)
void
setDotProd(DotProduct dotProd)
-
-
-
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 interfaceweka.core.Debuggable
- Returns:
- the debug
-
setDebug
public void setDebug(boolean debug)
- Specified by:
setDebug
in interfaceweka.core.Debuggable
- Parameters:
debug
- the debug to set
-
-