Package org.anchoranalysis.feature.calculate.part
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
-
Interface Summary Interface Description CalculationPartResolver<T extends FeatureInput> Searches a cache to reuses aCalculationPartif it already exists. -
Class Summary Class Description CalculationPart<S,T extends FeatureInput> A sub-part of the calculation of a feature, that can be cached, and reused by other features.CalculationPartMap<S,T extends FeatureInput,U,E extends Exception> Similar to aCalculationPartbut stores several evaluation results, differentiated by a key.