|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WekaWrapper
Interface to something that can wrap around a class of Weka algorithms (classifiers, filters etc). Typically implemented by a bean for handling classes of Weka algorithms.
| Method Summary | |
|---|---|
java.lang.Object |
getWrappedAlgorithm()
Get the algorithm |
void |
setWrappedAlgorithm(java.lang.Object algorithm)
Set the algorithm. |
| Method Detail |
|---|
void setWrappedAlgorithm(java.lang.Object algorithm)
algorithm - an Object value
java.lang.IllegalArgumentException - if the supplied object is
not of the class of algorithms handled by this wrapper.java.lang.Object getWrappedAlgorithm()
Object value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||