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
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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
BinarySamplepublic BinarySample(boolean isExperiment, double value) 
 
- 
- 
Method Details