| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.asb.java | |
| org.protempa.dest.xml | |
| org.protempa.proposition | |
| org.protempa.proposition.stats | |
| org.protempa.proposition.visitor |
| 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) |
| 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 |
|---|---|
void |
XmlPropositionVisitor.visit(PrimitiveParameter primitiveParameter) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveParameter |
PropositionUtil.binarySearch(List<PrimitiveParameter> params,
long timestamp)
Binary search for a primitive parameter by timestamp.
|
PrimitiveParameter |
TemporalPrimitiveParameterFactory.getInstance(String id,
Date timestamp,
SourceSystem dataSourceType) |
PrimitiveParameter |
TemporalPrimitiveParameterFactory.getInstance(String id,
String timestamp,
SourceSystem dataSourceType) |
PrimitiveParameter |
TemporalPrimitiveParameterFactory.getInstance(String id,
String timestamp,
Value value,
SourceSystem dataSourceType) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveParameter |
PropositionUtil.binarySearch(List<PrimitiveParameter> params,
long timestamp)
Binary search for a primitive parameter by timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveParameter |
RegressionLine.NullValueException.getPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractKaplanMeyer.visit(PrimitiveParameter primitiveParameter) |
| Constructor and Description |
|---|
RegressionLine(Segment<PrimitiveParameter> points)
Creates a new regression line of points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropositionVisitor.visit(PrimitiveParameter primitiveParameter)
Processes a primitive parameter.
|
void |
PropositionCheckedVisitor.visit(PrimitiveParameter primitiveParameter)
Processes a primitive parameter.
|
void |
AbstractPropositionVisitor.visit(PrimitiveParameter primitiveParameter)
Processes primitive parameters.
|
void |
AbstractPropositionCheckedVisitor.visit(PrimitiveParameter primitiveParameter) |
Copyright © 2012–2017 Emory University. All rights reserved.