public class BinarySample
extends Object
implements scala.Product, scala.Serializable
param: isExperiment if the sample is of the experiment group. param: value numeric value of the observation.
| Constructor and Description |
|---|
BinarySample(boolean isExperiment,
double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExperiment() |
String |
toString() |
double |
value() |