public abstract class UnaryDerivateMetric extends UnaryMetric
Modifier and Type | Field and Description |
---|---|
protected MetricsRepository |
repository |
normalized, size, values
description, invert, name, normalizationMaximum
Constructor and Description |
---|
UnaryDerivateMetric(java.lang.String aName,
java.lang.String aDescription,
MetricsRepository aRepository) |
Modifier and Type | Method and Description |
---|---|
abstract void |
measure() |
clone, getMeasure, getNormalizedValues, initializeVector, isValid, normalizeVector, setMeasure, setNormalizationMaximum, setSize, size
getDescription, getInvert, getName, getNormalizationMaximum, setDescription, setInvert, setName, toString
protected MetricsRepository repository
public UnaryDerivateMetric(java.lang.String aName, java.lang.String aDescription, MetricsRepository aRepository)
aName
- aDescription
- aRepository
-