Uses of Package
org.anchoranalysis.feature.calculate
| 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.bound |
Interfaces like
FeatureCalculator but bound to
particular features. |
| 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.
|
| org.anchoranalysis.feature.calculate.cache.part |
Equivalent classes to
org.anchoranalysis.feature.calculate.part after having been
resolved against a cache. |
| org.anchoranalysis.feature.calculate.part |
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
|
| org.anchoranalysis.feature.input |
Base classes providing inputs to feature calculations.
|
-
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.bean Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.FeatureCalculationInput Gives aFeatureInputthe necessary context for feature-calculation, including associating it with a cache. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.bean.operator Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.FeatureCalculationInput Gives aFeatureInputthe necessary context for feature-calculation, including associating it with a cache. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.bean.results Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.FeatureCalculationInput Gives aFeatureInputthe necessary context for feature-calculation, including associating it with a cache. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.calculate Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.FeatureCalculationInput Gives aFeatureInputthe necessary context for feature-calculation, including associating it with a cache.NamedFeatureCalculateException An exception that occurs when a feature fails to successfully calculate. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.calculate.bound Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.NamedFeatureCalculateException An exception that occurs when a feature fails to successfully calculate. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.calculate.cache Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.FeatureCalculationInput Gives aFeatureInputthe necessary context for feature-calculation, including associating it with a cache.FeatureCalculator CalculatesFeatureCalculationInputwhen passed a particularFeatureand correspondingFeatureCalculationInput. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.calculate.cache.part Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.calculate.part Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully. -
Classes in org.anchoranalysis.feature.calculate used by org.anchoranalysis.feature.input Class Description FeatureCalculationException When the calculation of a feature cannot complete successfully.