Package org.apache.spark.mllib.stat.test
Class BinarySample
Object
org.apache.spark.mllib.stat.test.BinarySample
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Serializable
Class that represents the group and value of a sample.
param: isExperiment if the sample is of the experiment group. param: value numeric value of the observation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
BinarySample
public BinarySample(boolean isExperiment, double value)
-
-
Method Details