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 |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
boolean |
getIsExperiment() |
double |
getValue() |
boolean |
isExperiment() |
String |
toString() |
double |
value() |