Package pulse.tasks.processing
Class CorrelationBuffer
- java.lang.Object
-
- pulse.tasks.processing.CorrelationBuffer
-
- All Implemented Interfaces:
Serializable
public class CorrelationBuffer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorrelationBuffer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Map<ImmutablePair<ParameterIdentifier>,Double>
evaluate(CorrelationTest t)
static void
excludePair(NumericPropertyKeyword first, NumericPropertyKeyword second)
static void
excludePair(ImmutablePair<NumericPropertyKeyword> pair)
static void
excludeSingle(NumericPropertyKeyword key)
void
inflate(SearchTask t)
boolean
test(CorrelationTest t)
-
-
-
Method Detail
-
inflate
public void inflate(SearchTask t)
-
clear
public void clear()
-
evaluate
public Map<ImmutablePair<ParameterIdentifier>,Double> evaluate(CorrelationTest t)
-
test
public boolean test(CorrelationTest t)
-
excludePair
public static void excludePair(ImmutablePair<NumericPropertyKeyword> pair)
-
excludePair
public static void excludePair(NumericPropertyKeyword first, NumericPropertyKeyword second)
-
excludeSingle
public static void excludeSingle(NumericPropertyKeyword key)
-
-