public interface DataCollector
Modifier and Type | Method and Description |
---|---|
void |
restoreData(java.lang.Object data)
Set the data for this collector
|
java.lang.Object |
retrieveData()
Get the data that this collector has collected
|
java.lang.Object retrieveData()
void restoreData(java.lang.Object data) throws WekaException
data
- the data to setWekaException
- if there is a problem restoring data