Package adams.flow.container
Class WekaForecastModelContainer
- java.lang.Object
-
- adams.flow.container.AbstractContainer
-
- adams.flow.container.WekaModelContainer
-
- adams.flow.container.WekaForecastModelContainer
-
- All Implemented Interfaces:
CloneHandler<Container>
,GlobalInfoSupporter
,SpreadSheetSupporter
,Container
,Serializable
public class WekaForecastModelContainer extends WekaModelContainer
Specialized container forAbstractForecaster
models.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
VALUE_TRANSFORMED
the transformed data.-
Fields inherited from class adams.flow.container.WekaModelContainer
VALUE_DATASET, VALUE_HEADER, VALUE_MODEL
-
Fields inherited from class adams.flow.container.AbstractContainer
m_AdditionalNames, m_Help, m_Values
-
-
Constructor Summary
Constructors Constructor Description WekaForecastModelContainer()
Initializes the container.WekaForecastModelContainer(Object model)
Initializes the container with no header.WekaForecastModelContainer(Object model, weka.core.Instances header)
Initializes the container with no header.WekaForecastModelContainer(Object model, weka.core.Instances header, weka.core.Instances data)
Initializes the container with no header.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initHelp()
Initializes the help strings.Iterator<String>
names()
Returns all value names that can be used (theoretically).-
Methods inherited from class adams.flow.container.WekaModelContainer
isValid
-
Methods inherited from class adams.flow.container.AbstractContainer
addAdditionalName, addHelp, addHelp, addHelp, checkDefaultConstructor, getClone, getHelp, getValue, getValue, globalInfo, hasHelp, hasValue, isValidName, removeAdditionalName, setValue, store, stored, toSpreadSheet, toString
-
-
-
-
Field Detail
-
VALUE_TRANSFORMED
public static final String VALUE_TRANSFORMED
the transformed data.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WekaForecastModelContainer
public WekaForecastModelContainer()
Initializes the container.
Only used for generating help information.
-
WekaForecastModelContainer
public WekaForecastModelContainer(Object model)
Initializes the container with no header.- Parameters:
model
- the model to use
-
WekaForecastModelContainer
public WekaForecastModelContainer(Object model, weka.core.Instances header)
Initializes the container with no header.- Parameters:
model
- the model to useheader
- the header to use
-
WekaForecastModelContainer
public WekaForecastModelContainer(Object model, weka.core.Instances header, weka.core.Instances data)
Initializes the container with no header.- Parameters:
model
- the model to useheader
- the header to usedata
- the data to use
-
-
Method Detail
-
initHelp
protected void initHelp()
Initializes the help strings.- Overrides:
initHelp
in classWekaModelContainer
-
-