public interface WekaWrapper
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getWrappedAlgorithm()
Get the algorithm
|
void |
setWrappedAlgorithm(java.lang.Object algorithm)
Set the algorithm.
|
void setWrappedAlgorithm(java.lang.Object algorithm)
algorithm
- an Object
valuejava.lang.IllegalArgumentException
- if the supplied object is
not of the class of algorithms handled by this wrapper.java.lang.Object getWrappedAlgorithm()
Object
value