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 boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
boolean |
isExperiment() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
String |
toString() |
double |
value() |
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public boolean isExperiment()
public double value()
public String toString()
toString
in class Object