Package

com.aol.one.reporting.forecastapi

client

Permalink

package client

Visibility
  1. Public
  2. All

Type Members

  1. case class Forecast(values: Array[Double], confidence: Double) extends Product with Serializable

    Permalink
  2. trait ForecastClient extends AnyRef

    Permalink
  3. class ForecastClientImpl extends ForecastClient

    Permalink

    Forecast client

    Forecast client

    See also

    http://service-location:port/forecast-api/doc/OverviewIFS.2015.pdf

  4. trait ForecastHttpClient extends AnyRef

    Permalink
  5. class ForecastHttpClientImpl extends ForecastHttpClient

    Permalink
  6. case class ForecastRequest(timeSeries: Array[Double], spikeFilterWindow: Int, cannedSets: Array[String], numberHoldBack: Int, numberForecasts: Int, massageForecast: Boolean = true) extends Product with Serializable

    Permalink
  7. case class ForecastResponse(forecast: Array[Double]) extends Product with Serializable

    Permalink

Value Members

  1. object ConfigUtil

    Permalink
  2. object ForecastParams

    Permalink

Ungrouped