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 voidclear()Map<ImmutablePair<ParameterIdentifier>,Double>evaluate(CorrelationTest t)static voidexcludePair(NumericPropertyKeyword first, NumericPropertyKeyword second)static voidexcludePair(ImmutablePair<NumericPropertyKeyword> pair)static voidexcludeSingle(NumericPropertyKeyword key)voidinflate(SearchTask t)booleantest(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)
-
-