Package adams.core.io
Interface ModelFileHandler
-
- All Known Subinterfaces:
DynamicModelLoaderSupporter,ModelLoaderSupporter
- All Known Implementing Classes:
AbstractModelLoader,AbstractProcessWekaInstanceWithModel,DeserializeToStorage,WekaClassification,WekaClassifierModelLoader,WekaClassifying,WekaClustererModelLoader,WekaClustering,WekaFilter,WekaFilterModelLoader,WekaForecasting
public interface ModelFileHandlerInterface for classes that can load a serialized model from a file.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderFilegetModelFile()Returns the file to load the model from.StringmodelFileTipText()Returns the tip text for this property.voidsetModelFile(PlaceholderFile value)Sets the file to load the model from.
-
-
-
Method Detail
-
setModelFile
void setModelFile(PlaceholderFile value)
Sets the file to load the model from.- Parameters:
value- the model file
-
getModelFile
PlaceholderFile getModelFile()
Returns the file to load the model from.- Returns:
- the model file
-
modelFileTipText
String modelFileTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-