Package org.anchoranalysis.feature.calculate.part
package org.anchoranalysis.feature.calculate.part
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
-
ClassDescriptionCalculationPart<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 aCalculationPart
but stores several evaluation results, differentiated by a key.CalculationPartResolver<T extends FeatureInput>Searches a cache to reuses aCalculationPart
if it already exists.