Package

de.hpi.kdd.rar.hics

stattest

Permalink

package stattest

Visibility
  1. Public
  2. All

Type Members

  1. case class KSTest(N: Int, M: Int, expectedMinDev: Double, expectedMaxDev: Double) extends StatTest[ContinuousFeature] with Product with Serializable

    Permalink
  2. trait StatTest[F <: Feature] extends AnyRef

    Permalink

    Functionality to compute the dependence of cmpAttr with respect to the subSpace using the instances selected in a index selection.

Value Members

  1. object KLTest extends StatTest[NominalFeature] with TimeMeasurement with LazyLogging

    Permalink

    Use the Kullback–Leibler divergence to compute the differences in value distributions between marginal and dependent probability distribution.

  2. object KSTest extends LazyLogging with Serializable

    Permalink

Ungrouped