Uses of Interface
org.anchoranalysis.feature.calculate.cache.ResettableCalculation
| Package | Description |
|---|---|
| org.anchoranalysis.feature.calculate.part |
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
|
-
Uses of ResettableCalculation in org.anchoranalysis.feature.calculate.part
Classes in org.anchoranalysis.feature.calculate.part that implement ResettableCalculation Modifier and Type Class Description classCalculationPart<S,T extends FeatureInput>A sub-part of the calculation of a feature, that can be cached, and reused by other features.classCalculationPartMap<S,T extends FeatureInput,U,E extends Exception>Similar to aCalculationPartbut stores several evaluation results, differentiated by a key.