Uses of Class
org.anchoranalysis.feature.calculate.NamedFeatureCalculateException
| Package | Description |
|---|---|
| org.anchoranalysis.feature.calculate |
Sub-feature units of calculation that can be cached.
|
| org.anchoranalysis.feature.calculate.bound |
Interfaces like
FeatureCalculator but bound to
particular features. |
-
Uses of NamedFeatureCalculateException in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate that throw NamedFeatureCalculateException Modifier and Type Method Description ResultsVectorFeatureCalculationInput. calculate(FeatureList<T> features)Calculates the results of several features using this 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 NamedFeatureCalculateException in org.anchoranalysis.feature.calculate.bound
Methods in org.anchoranalysis.feature.calculate.bound that throw NamedFeatureCalculateException Modifier and Type Method Description ResultsVectorFeatureCalculatorMulti. calculate(T input)Calculate the results of the features with a particular input.default ResultsVectorFeatureCalculatorMulti. calculate(T input, ErrorReporter errorReporter, boolean suppressErrors)Calculates the results for aninput, either callingFeatureCalculatorMulti.calculate(T)orFeatureCalculatorMulti.calculateSuppressErrors(T, org.anchoranalysis.core.log.error.ErrorReporter)depending on a flag.ResultsVectorFeatureCalculatorMulti. calculate(T input, FeatureList<T> featuresSubset)Calculates the results of a subset of the features with a particular input.ResultsVectorFeatureCalculatorMultiChangeInput. calculate(T input)ResultsVectorFeatureCalculatorMultiChangeInput. calculate(T input, FeatureList<T> featuresSubset)