Class GrammShmidtOrthonormal
java.lang.Object
weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
- All Implemented Interfaces:
Serializable
,weka.core.Debuggable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionweka.core.Instance[]
createOrthonormalBase
(weka.core.Instance[] base) boolean
isDebug()
void
setDebug
(boolean debug) void
setDotProd
(DotProduct dotProd)
-
Constructor Details
-
GrammShmidtOrthonormal
public GrammShmidtOrthonormal()
-
-
Method Details
-
createOrthonormalBase
- Throws:
Exception
-
getDotProd
- Returns:
- the dotProd
-
setDotProd
- 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
-