Kieker 1.12

kieker.tools.opad.timeseries.forecast
Class ForecastObjectives

java.lang.Object
  extended by kieker.tools.opad.timeseries.forecast.ForecastObjectives

public class ForecastObjectives
extends java.lang.Object

Since:
1.10
Author:
Tobias Rudolph ForecastObjecives: maxhorizon recenthorizon period overhead confidenceLevel

Constructor Summary
ForecastObjectives(int maxhorizon, int recenthorizon, int period, int overhead, int confidence)
           
 
Method Summary
 int getConfidenceLevel()
           
 int getMaxHorizon()
           
 int getOverhead()
           
 int getPeriod()
           
 int getRecentHorizon()
           
 void setConfidenceLevel(int confidenceLevel)
           
 void setMaxHorizon(int parametermaxhorizon)
           
 void setOverhead(int overhead)
           
 void setPeriod(int period)
           
 void setRecentHorizon(int parameterrecenthorizon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForecastObjectives

public ForecastObjectives(int maxhorizon,
                          int recenthorizon,
                          int period,
                          int overhead,
                          int confidence)
Parameters:
maxhorizon - amount max
recenthorizon - recent length of the timeseries
period - period
overhead - overhead of forecast
confidence - confidence level
Method Detail

getMaxHorizon

public int getMaxHorizon()

setMaxHorizon

public void setMaxHorizon(int parametermaxhorizon)

getRecentHorizon

public int getRecentHorizon()

setRecentHorizon

public void setRecentHorizon(int parameterrecenthorizon)

getPeriod

public int getPeriod()

setPeriod

public void setPeriod(int period)

getOverhead

public int getOverhead()

setOverhead

public void setOverhead(int overhead)

getConfidenceLevel

public int getConfidenceLevel()

setConfidenceLevel

public void setConfidenceLevel(int confidenceLevel)

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net