public final class MinAlgorithm extends AbstractAlgorithm
minThreshold parameter.| Constructor and Description |
|---|
MinAlgorithm(Algorithms algorithms,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Value |
compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args)
Computes whether or not a temporal abstraction exists in a segment of a
time series.
|
close, createDataSourceConstraint, finalize, getAdvanceRowSkipEnd, getId, getInValueType, getMaximumNumberOfValues, getMinimumNumberOfValues, getParameters, initialize, parameter, setAdvanceRowSkipEnd, setInValueType, setMaximumNumberOfValues, setMinimumNumberOfValues, setParameters, toStringpublic MinAlgorithm(Algorithms algorithms, String id)
public Value compute(Segment<PrimitiveParameter> segment, AlgorithmArguments args)
Algorithmcompute in interface Algorithmcompute in class AbstractAlgorithmsegment - a Segment of Parameter objects.null if the pattern does not exist, or an
algorithm-specific Value if it does.Copyright © 2012–2016 Emory University. All rights reserved.