weka.classifiers.timeseries
Interface TSLagUser

All Known Implementing Classes:
WekaForecaster

public interface TSLagUser

Interface to something that uses the TSLagMaker class.

Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)

Method Summary
 TSLagMaker getTSLagMaker()
          Get the TSLagMaker that we are using.
 void setTSLagMaker(TSLagMaker lagger)
          Set the TSLagMaker to use.
 

Method Detail

setTSLagMaker

void setTSLagMaker(TSLagMaker lagger)
Set the TSLagMaker to use.

Parameters:
lagger - the TSLagMaker to use.

getTSLagMaker

TSLagMaker getTSLagMaker()
Get the TSLagMaker that we are using.

Returns:
the TSLagMaker that we are using.