Packages

final case class DualMetricCheck[MV <: MetricValue](dsMetric: MetricDescriptor { type MetricType = MV }, dsToCompareMetric: MetricDescriptor { type MetricType = MV }, checkDescription: String, metricComparator: MetricComparator[MV]) extends MetricsBasedCheck with DualDsQCCheck with Product with Serializable

A check based on a metric for one dataset compared to a metric on another dataset

dsMetric

- the metric to be used on dataset a

dsToCompareMetric

- the metric to be used on dataset b

checkDescription

- description of the check

metricComparator

- comparison function for the metrics which determines if the check passes

Linear Supertypes
Serializable, Serializable, Product, Equals, DualDsQCCheck, MetricsBasedCheck, QCCheck, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DualMetricCheck
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DualDsQCCheck
  7. MetricsBasedCheck
  8. QCCheck
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DualMetricCheck(dsMetric: MetricDescriptor { type MetricType = MV }, dsToCompareMetric: MetricDescriptor { type MetricType = MV }, checkDescription: String, metricComparator: MetricComparator[MV])

    dsMetric

    - the metric to be used on dataset a

    dsToCompareMetric

    - the metric to be used on dataset b

    checkDescription

    - description of the check

    metricComparator

    - comparison function for the metrics which determines if the check passes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyCheckOnMetrics(dsAMetrics: Map[MetricDescriptor, MetricValue], dsBMetrics: Map[MetricDescriptor, MetricValue], dualDsDescription: DualDsDescription)(implicit classTag: ClassTag[MV]): CheckResult
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val checkDescription: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def description: CheckDescription
    Definition Classes
    DualMetricCheckQCCheck
  9. val dsMetric: MetricDescriptor { type MetricType = MV }
  10. val dsToCompareMetric: MetricDescriptor { type MetricType = MV }
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val metricComparator: MetricComparator[MV]
  16. final def metricNotPresentErrorResult: CheckResult
    Attributes
    protected
    Definition Classes
    MetricsBasedCheck
  17. final def metricTypeErrorResult: CheckResult
    Attributes
    protected
    Definition Classes
    MetricsBasedCheck
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def qcType: QcType
    Definition Classes
    DualMetricCheck → MetricsBasedCheck → QCCheck
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DualDsQCCheck

Inherited from MetricsBasedCheck

Inherited from QCCheck

Inherited from AnyRef

Inherited from Any

Ungrouped