Package

org.apache.spark.mllib.stat

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. class ChiSqTestResult extends TestResult[Int]

    Permalink

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

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

    Annotations
    @Experimental() @Since( "1.1.0" )
  2. class KolmogorovSmirnovTestResult extends TestResult[Int]

    Permalink

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

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

    Annotations
    @Experimental() @Since( "1.5.0" )
  3. trait TestResult[DF] extends AnyRef

    Permalink

    :: Experimental :: Trait for hypothesis test results.

    :: Experimental :: Trait for hypothesis test results.

    DF

    Return type of degreesOfFreedom.

    Annotations
    @Experimental() @Since( "1.1.0" )

Ungrouped