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.Similar to a
CalculationPartbut stores several evaluation results, differentiated by a key.CalculationPartResolver<T extends FeatureInput>Searches a cache to reuses aCalculationPartif it already exists.