| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.asb.java |
| Modifier and Type | Method and Description |
|---|---|
Value |
Algorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments)
Computes whether or not a temporal abstraction exists in a segment of a
time series.
|
abstract Value |
AbstractAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments) |
void |
Algorithm.initialize(AlgorithmArguments arguments) |
void |
AbstractAlgorithm.initialize(AlgorithmArguments arguments) |
| 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) |
Copyright © 2012–2017 Emory University. All rights reserved.