|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Aggregator
| Method Summary | |
|---|---|
void |
count(Example example)
This will count the given example to the group this Aggregator belongs to. |
void |
count(Example example,
double weight)
This does the same as count(Example), but will take the weight of
the current example into account. |
void |
set(Attribute attribute,
DataRow row)
This will set the result value into the data row onto the position of the given attribute. |
| Method Detail |
|---|
void count(Example example)
Aggregator belongs to.
The respective attribute will be queried from the AggregationFunction this
was created by.
void count(Example example,
double weight)
count(Example), but will take the weight of
the current example into account.
void set(Attribute attribute,
DataRow row)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||