public abstract class UnaryDerivateMetric extends UnaryMetric
| Modifier and Type | Field and Description |
|---|---|
protected MetricsRepository |
repository |
normalized, size, valuesdescription, 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, sizegetDescription, getInvert, getName, getNormalizationMaximum, setDescription, setInvert, setName, toStringprotected MetricsRepository repository
public UnaryDerivateMetric(java.lang.String aName,
java.lang.String aDescription,
MetricsRepository aRepository)
aName - aDescription - aRepository -