Uses of Interface
org.anchoranalysis.feature.input.FeatureInput

Packages that use FeatureInput
Package
Description
Beans pertaining to feature-calculation.
A feature-list (custom list type for features) and associated providers.
Features that are sufficiently generic to work on any input-type.
Provider of a single feature.
Defines base class FeatureResults together with some implementations.
Sub-feature units of calculation that can be cached.
Interfaces like FeatureCalculator but bound to particular features.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features or across calculations of the same feature.
Equivalent classes to org.anchoranalysis.feature.calculate.part after having been resolved against a cache.
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
Initialization parameters used for beans in org.anchoranalysis.feature.bean.
Base classes providing inputs to feature calculations.
Data objects for the names of features.
A defined context in which one or more features are provided inputs and produce results.
Creates a FeatureCalculationCache to use during feature-calculations.
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature calculation.
Base classes for methods to calculate results from features.
Strategies on whether to reuse or invalidate a feature-input's cache.
Features shared for referencing among calculations.
A collection of named-Features.
Beans pertaining to feature definition and calculation.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Features that operate on a ObjectCollection.
Features that operate on a pair of ObjectMasks.
Features that operate on a single ObjectMask.
Implementations of FeatureCalculatorMulti related to images, especially to create tables of feature-calculations.
Image-related implementations of FeatureInput.
Criteria for adding edges during optimization of marked-point-processes.
Implementations and helper classes for calculating energy during an energy-minimization optimization scheme.
Features calculated on a Mark.
Factorized form of storing the energy during an energy-minimization optimization scheme.
Inputs to mark-point-processes related Features.
Features that are calculated from Dimensions.
Implementations of FeatureListProvider that derive new features with permuted property-values.
Features from combinations of ObjectMasks.
Beans involving SharedObjects.
Beans involving SharedObjects and ObjectCollection.
Implementations of CalculationPart as used by features elsewhere in this package.
Tasks pertaining to Features.
Source of rows in feature-tables with FeatureSource and derived classes.
Non-bean classes pertaining to Features as used in tasks.
Non-beans for calculating Features.
Features that combine or convert other features in a generic way.
Arithmetic involving features.
Conditional operations involving features.
Operations that extract a single value from a list of features.
Features that compare against a range of values.
Replaces particular values if they are returned from a feature.
Converts feature values based upon a statistical measure of distribution.
Converting to/from physical units.
Testing utilities and fixtures with no greater downstream dependency than anchor-feature.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-feature or anchor-mpp.
A mocked feature internally using a feature-calculation.