public class GainsLift extends Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
GainsLift.GainsLiftBuilder |
| Modifier and Type | Field and Description |
|---|---|
int |
_groups |
Vec |
_labels |
Vec |
_preds |
Vec |
_weights |
double |
avg_response_rate |
long[] |
events |
long[] |
observations |
double[] |
response_rates |
| Constructor and Description |
|---|
GainsLift(Vec preds,
Vec labels) |
GainsLift(Vec preds,
Vec labels,
Vec weights) |
| Modifier and Type | Method and Description |
|---|---|
TwoDimTable |
createTwoDimTable() |
void |
exec() |
void |
exec(Job job) |
java.lang.String |
toString() |
clone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic int _groups
public Vec _labels
public Vec _preds
public Vec _weights
public double[] response_rates
public double avg_response_rate
public long[] events
public long[] observations
public void exec()
public void exec(Job job)
public java.lang.String toString()
toString in class java.lang.Objectpublic TwoDimTable createTwoDimTable()