Uses of Class
org.anchoranalysis.feature.calculate.NamedFeatureCalculateException
Packages that use NamedFeatureCalculateException
Package
Description
Sub-feature units of calculation that can be cached.
Interfaces like
FeatureCalculator but bound to
particular features.-
Uses of NamedFeatureCalculateException in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate that throw NamedFeatureCalculateExceptionModifier and TypeMethodDescriptionFeatureCalculationInput.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 NamedFeatureCalculateExceptionModifier and TypeMethodDescriptionCalculate 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.FeatureCalculatorMulti.calculate(T input, FeatureList<T> featuresSubset) Calculates the results of a subset of the features with a particular input.FeatureCalculatorMultiChangeInput.calculate(T input, FeatureList<T> featuresSubset)