Package | Description |
---|---|
tech.tablesaw.aggregate |
Modifier and Type | Field | Description |
---|---|---|
static BooleanDoubleAggregateFunction |
AggregateFunctions.proportionFalse |
A function that takes a column argument and returns the proportion of values in the column that
are
false |
static BooleanDoubleAggregateFunction |
AggregateFunctions.proportionTrue |
A function that takes a column argument and returns the proportion of values in that column
that are
true |
Copyright © 2022. All rights reserved.