Uses of Class
tech.tablesaw.aggregate.BooleanDoubleAggregateFunction
-
Packages that use BooleanDoubleAggregateFunction Package Description tech.tablesaw.aggregate -
-
Uses of BooleanDoubleAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as BooleanDoubleAggregateFunction 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 arefalse
static BooleanDoubleAggregateFunction
AggregateFunctions. proportionTrue
A function that takes a column argument and returns the proportion of values in that column that aretrue
-