public interface StateDependentPredictor
extends weka.classifiers.Classifier
| Modifier and Type | Method and Description |
|---|---|
void |
clearPreviousState()
Clear/reset state of the model.
|
Object |
getPreviousState()
Get the last set state of the model.
|
void |
loadSerializedState(String path)
Load serialized model state
|
void |
serializeState(String path)
Serialize model state
|
void |
setPreviousState(Object previousState)
Load state into model.
|
void clearPreviousState()
void setPreviousState(Object previousState)
previousState - the state to set the model toObject getPreviousState()
void serializeState(String path) throws Exception
path - the path to the file to hold the serialized stateExceptionCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.