Package org.anchoranalysis.feature.calculate
package org.anchoranalysis.feature.calculate
Sub-feature units of calculation that can be cached.
-
ClassDescriptionWhen the calculation of a feature cannot complete successfully.FeatureCalculationInput<T extends FeatureInput>Gives a
FeatureInput
the necessary context for feature-calculation, including associating it with a cache.FeatureCalculator<T extends FeatureInput>CalculatesFeatureCalculationInput
when passed a particularFeature
and correspondingFeatureCalculationInput
.An exception that occurs when a feature fails to successfully calculate.