Package

org.apache.spark.ml

stat

Permalink

package stat

Visibility
  1. Public
  2. All

Value Members

  1. object ChiSquareTest

    Permalink

    :: Experimental ::

    :: Experimental ::

    Chi-square hypothesis testing for categorical data.

    See Wikipedia for more information on the Chi-squared test.

    Annotations
    @Experimental() @Since( "2.2.0" )
  2. object Correlation

    Permalink

    API for correlation functions in MLlib, compatible with DataFrames and Datasets.

    API for correlation functions in MLlib, compatible with DataFrames and Datasets.

    The functions in this package generalize the functions in org.apache.spark.sql.Dataset#stat to spark.ml's Vector types.

    Annotations
    @Since( "2.2.0" ) @Experimental()
  3. package distribution

    Permalink

Members