Uses of Interface
org.anchoranalysis.feature.calculate.FeatureCalculationInput
Packages that use FeatureCalculationInput
Package
Description
Beans pertaining to feature-calculation.
Features that are sufficiently generic to work on any input-type.
Defines base class
FeatureResults together with
some implementations.Sub-feature units of calculation that can be cached.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
-
Uses of FeatureCalculationInput in org.anchoranalysis.feature.bean
Methods in org.anchoranalysis.feature.bean with parameters of type FeatureCalculationInputModifier and TypeMethodDescriptionprotected abstract doubleFeature.calculate(FeatureCalculationInput<T> input) Calculates a value for some input.doubleFeature.calculateCheckInitialized(FeatureCalculationInput<T> input) Calculates the result of a feature and throws an exception if the feature has not been initialized. -
Uses of FeatureCalculationInput in org.anchoranalysis.feature.bean.operator
Methods in org.anchoranalysis.feature.bean.operator with parameters of type FeatureCalculationInputModifier and TypeMethodDescriptiondoubleConstant.calculate(FeatureCalculationInput<T> input) doubleReference.calculate(FeatureCalculationInput<T> input) doubleSum.calculate(FeatureCalculationInput<T> input) -
Uses of FeatureCalculationInput in org.anchoranalysis.feature.bean.results
Methods in org.anchoranalysis.feature.bean.results with parameters of type FeatureCalculationInputModifier and TypeMethodDescriptiondoubleFeatureResults.calculate(FeatureCalculationInput<FeatureInputResults> input) -
Uses of FeatureCalculationInput in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate with parameters of type FeatureCalculationInputModifier and TypeMethodDescriptiondoubleFeatureCalculator.calculate(Feature<T> feature, FeatureCalculationInput<T> input) Calculate the result of feature with a particular input.default ResultsVectorFeatureCalculator.calculate(FeatureList<T> features, FeatureCalculationInput<T> input) Calculates results for a list of features with a particular input, throwing an exception if a calculation fails. -
Uses of FeatureCalculationInput in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache with parameters of type FeatureCalculationInputModifier and TypeMethodDescriptiondoubleFeatureSymbolCalculator.calculateFeatureByIdentifier(String resolvedIdentifier, FeatureCalculationInput<T> input) Searches for a feature that matches a particular identifier.