Package org.apache.spark.ml.stat


package org.apache.spark.ml.stat
  • Classes
    Class
    Description
    ANOVA Test for continuous data.
    Chi-square hypothesis testing for categorical data.
    API for correlation functions in MLlib, compatible with DataFrames and Datasets.
    FValue test for continuous data.
    Conduct the two-sided Kolmogorov Smirnov (KS) test for data sampled from a continuous distribution.
    Tools for vectorized statistics on MLlib Vectors.
    A builder object that provides summary statistics about a given column.