Uses of Interface
org.anchoranalysis.feature.calculate.FeatureCalculationInput
| Package | Description |
|---|---|
| org.anchoranalysis.feature.bean |
Beans pertaining to feature-calculation.
|
| org.anchoranalysis.feature.bean.operator |
Features that are sufficiently generic to work on any input-type.
|
| org.anchoranalysis.feature.bean.results |
Defines base class
FeatureResults together with
some implementations. |
| org.anchoranalysis.feature.calculate |
Sub-feature units of calculation that can be cached.
|
| org.anchoranalysis.feature.calculate.cache |
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 FeatureCalculationInput Modifier and Type Method Description protected 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 FeatureCalculationInput Modifier and Type Method Description doubleConstant. 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 FeatureCalculationInput Modifier and Type Method Description doubleFeatureResults. calculate(FeatureCalculationInput<FeatureInputResults> input) -
Uses of FeatureCalculationInput in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate with parameters of type FeatureCalculationInput Modifier and Type Method Description doubleFeatureCalculator. 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 FeatureCalculationInput Modifier and Type Method Description doubleFeatureSymbolCalculator. calculateFeatureByIdentifier(String resolvedIdentifier, FeatureCalculationInput<T> input)Searches for a feature that matches a particular identifier.