| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.asb.java | |
| org.protempa.proposition | |
| org.protempa.proposition.stats |
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
AbstractAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments) |
Value |
Algorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments)
Computes whether or not a temporal abstraction exists in a segment of a
time series.
|
static AbstractParameter |
AbstractParameterFactory.getFromAbstraction(String propId,
UniqueId uniqueId,
Segment<? extends TemporalProposition> segment,
List<? extends TemporalProposition> tps,
Value value,
TemporalPatternOffset temporalOffset,
TemporalExtendedPropositionDefinition[] epds,
String contextId) |
| Modifier and Type | Method and Description |
|---|---|
Value |
TrendAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args)
Computes whether the slope of a linear regression line drawn through the
values of a time sequence segment is above and/or below a specified
value.
|
Value |
StateAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args)
Computes whether the values of a time sequence segment are above and/or
below a specified value.
|
Value |
MinAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args) |
| Modifier and Type | Method and Description |
|---|---|
Segment<T> |
Segment.resetState(Sequence<T> sequence) |
Segment<T> |
Segment.resetState(Sequence<T> sequence,
int firstIndex,
int lastIndex) |
| Constructor and Description |
|---|
Segment(Segment<T> segment) |
| Constructor and Description |
|---|
RegressionLine(Segment<PrimitiveParameter> points)
Creates a new regression line of points.
|
Copyright © 2012–2018 Emory University. All rights reserved.