Class ChiSqTest.Method

Object
org.apache.spark.mllib.stat.test.ChiSqTest.Method
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable
Enclosing class:
ChiSqTest

public static class ChiSqTest.Method extends Object implements scala.Product, scala.Serializable
param: name String name for the method. param: chiSqFunc Function for computing the statistic given the observed and expected counts.
See Also: