case class ADEntireResponse(isAnomaly: Seq[Boolean], isPositiveAnomaly: Seq[Boolean], isNegativeAnomaly: Seq[Boolean], period: Int, expectedValues: Seq[Double], upperMargins: Seq[Double], lowerMargins: Seq[Double], severity: Seq[Double]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ADEntireResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ADEntireResponse(isAnomaly: Seq[Boolean], isPositiveAnomaly: Seq[Boolean], isNegativeAnomaly: Seq[Boolean], period: Int, expectedValues: Seq[Double], upperMargins: Seq[Double], lowerMargins: Seq[Double], severity: Seq[Double])

Value Members

  1. val expectedValues: Seq[Double]
  2. def explode: Seq[ADSingleResponse]
  3. val isAnomaly: Seq[Boolean]
  4. val isNegativeAnomaly: Seq[Boolean]
  5. val isPositiveAnomaly: Seq[Boolean]
  6. val lowerMargins: Seq[Double]
  7. val period: Int
  8. val severity: Seq[Double]
  9. val upperMargins: Seq[Double]