org.apache.spark.mllib.stat

test

package test

Visibility
  1. Public
  2. All

Type Members

  1. case class BinarySample(isExperiment: Boolean, value: Double) extends Product with Serializable

    Class that represents the group and value of a sample.

  2. class ChiSqTestResult extends TestResult[Int]

    Object containing the test results for the chi-squared hypothesis test.

  3. class KolmogorovSmirnovTestResult extends TestResult[Int]

    :: Experimental :: Object containing the test results for the Kolmogorov-Smirnov test.

  4. class StreamingTest extends Logging with Serializable

    :: Experimental :: Performs online 2-sample significance testing for a stream of (Boolean, Double) pairs.

  5. trait TestResult[DF] extends AnyRef

    Trait for hypothesis test results.

Ungrouped