public static class Summary2.SummaryPerRow extends Flow.PerRow<Summary2.SummaryPerRow>
| Modifier and Type | Field and Description |
|---|---|
Frame |
_fr |
Summary2[] |
_summaries |
| Constructor and Description |
|---|
Summary2.SummaryPerRow(Frame fr) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishUp() |
Summary2.SummaryPerRow |
make() |
void |
mapreduce(double[] ds) |
void |
reduce(Summary2.SummaryPerRow that) |
java.lang.String |
toString() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic Summary2.SummaryPerRow(Frame fr)
public void mapreduce(double[] ds)
mapreduce in class Flow.PerRow<Summary2.SummaryPerRow>public void reduce(Summary2.SummaryPerRow that)
reduce in class Flow.PerRow<Summary2.SummaryPerRow>public Summary2.SummaryPerRow make()
make in class Flow.PerRow<Summary2.SummaryPerRow>public java.lang.String toString()
toString in class Flow.PerRow<Summary2.SummaryPerRow>public void finishUp()