Package | Description |
---|---|
org.apache.edgent.analytics.math3.json |
JSON analytics using Apache Commons Math.
|
org.apache.edgent.analytics.math3.stat |
Statistical algorithms using Apache Commons Math.
|
Modifier and Type | Method and Description |
---|---|
static <K extends com.google.gson.JsonElement> |
JsonAnalytics.aggregate(TWindow<com.google.gson.JsonObject,K> window,
java.lang.String resultPartitionProperty,
java.lang.String valueProperty,
JsonUnivariateAggregate... aggregates)
Aggregate against a single
Numeric variable contained in an JSON object. |
static <K extends com.google.gson.JsonElement> |
JsonAnalytics.aggregate(TWindow<com.google.gson.JsonObject,K> window,
java.lang.String resultPartitionProperty,
java.lang.String resultProperty,
ToDoubleFunction<com.google.gson.JsonObject> valueGetter,
JsonUnivariateAggregate... aggregates)
Aggregate against a single
Numeric variable contained in an JSON object. |
static <K extends com.google.gson.JsonElement> |
JsonAnalytics.aggregateList(java.lang.String resultPartitionProperty,
java.lang.String resultProperty,
ToDoubleFunction<com.google.gson.JsonObject> valueGetter,
JsonUnivariateAggregate... aggregates)
Create a Function that aggregates against a single
Numeric
variable contained in an JSON object. |
static com.google.gson.JsonElement |
JsonAnalytics.getMvAggregate(com.google.gson.JsonObject jo,
java.lang.String resultProperty,
java.lang.String variableName,
JsonUnivariateAggregate aggregate)
Get the value of an aggregate computed by a multi-variable aggregation.
|
static boolean |
JsonAnalytics.hasMvAggregate(com.google.gson.JsonObject jo,
java.lang.String resultProperty,
java.lang.String variableName,
JsonUnivariateAggregate aggregate)
Check if an aggregation result from a multi-variable aggregation
is present.
|
static org.apache.commons.math3.util.Pair<java.lang.String,JsonUnivariateAggregate[]> |
JsonAnalytics.mkAggregationSpec(java.lang.String variableName,
JsonUnivariateAggregate... aggregates)
Create an aggregation specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Regression
Univariate regression aggregates.
|
class |
Statistic
Statistic implementations.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641