Uses of Class
org.anchoranalysis.feature.bean.operator.FeatureUnaryGeneric
Packages that use FeatureUnaryGeneric
Package
Description
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Beans involving physical units for measurement.
Features that combine or convert other features in a generic way.
Arithmetic involving features.
Conditional operations involving 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.
-
Uses of FeatureUnaryGeneric in org.anchoranalysis.image.feature.bean.physical
Subclasses of FeatureUnaryGeneric in org.anchoranalysis.image.feature.bean.physicalModifier and TypeClassDescriptionclassConverts a feature from physical volume units to voxel units.classConverts a feature value representing area in pixel units to physical area units in an isometric XY plane.classConverts a distance feature to physical units along a specified direction.classConverts a feature value representing volume in voxel units to physical volume units.classFeatureConvertUnits<T extends FeatureInputWithResolution>An abstract base class for features that convert units between physical and voxel space.classWithResolutionBase<T extends FeatureInputWithResolution>Base class for a feature that requires input resolution to be calculated. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.image.feature.bean.physical
Subclasses of FeatureUnaryGeneric in org.anchoranalysis.plugin.image.feature.bean.physicalModifier and TypeClassDescriptionclassUnitsWithinRange<T extends FeatureInputWithResolution>Checks if a value lies within a range defined by units (a minimum and maximum boundary) -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean
Subclasses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.beanModifier and TypeClassDescriptionclassWithValueBase<T extends FeatureInput>A base class for operations that use a specified constant value in combination with a feature. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.arithmetic
Modifier and TypeClassDescriptionclassAbsoluteValue<T extends FeatureInput>A feature that calculates the absolute value of another feature's result.classAddConstantTo<T extends FeatureInput>A feature that adds a constant value to the result of another feature.classConstantToThePowerOf<T extends FeatureInput>A feature that raises a constant value to the power of another feature's result.classDivideByConstant<T extends FeatureInput>A feature that divides the result of another feature by a constant value.classInvertedMax<T extends FeatureInput>Finds the repciprocal (multiplicate inverse), but imposes a maximum ceiling via a constant.classMultiplyByConstant<T extends FeatureInput>A feature that multiplies the result of another feature by a constant value.classSubtractFrom<T extends FeatureInput>A feature that subtracts the result of another feature from a constant value.classToThePowerOfConstant<T extends FeatureInput>A feature that raises the result of another feature to the power of a constant value. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.conditional
Modifier and TypeClassDescriptionclassIfCondition<T extends FeatureInput>The result of featureCondition is compared to a threshold, and then either the underlying feature is calculated (positive case), or featureElse is (negative case) -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.range
Subclasses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.rangeModifier and TypeClassDescriptionclassCompareWithRange<T extends FeatureInput>Compares a value with a range, returning specified constants if its inside the range, below it or above itclassCompareWithRangeFeature<T extends FeatureInput>LikeCompareWithRangebut uses features to calculate boundary valuesclassIfConditionWithinRange<T extends FeatureInput>Calculates a value if a condition lies within a certain range, otherwise returns constantsclassIfOutsideRange<T extends FeatureInput>Clamps a feature value if it lies outside a specified range.classRangeCompareBase<T extends FeatureInput>A base class for features that compare a value against a range and return different results based on the comparison.classRangeCompareFromScalars<T extends FeatureInput>A base class for setting the boundaries of a range using constant scalar values. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.replace
Modifier and TypeClassDescriptionclassReplaceInfinity<T extends FeatureInput>Replaces infinite values in a feature's result with a specified replacement value.classReplaceNaN<T extends FeatureInput>Replaces NaN (Not a Number) values in a feature's result with a specified replacement value.classReplaceUnusualValue<T extends FeatureInput>Calculates the underlying feature, but replaces the result with a constant if it is an "unusual" value. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.bean.statistics
Modifier and TypeClassDescriptionclassGaussianCumulative<T extends FeatureInput>Calculates a score between 0 and 1 based on the Cumulative Distribution Function (CDF) of a Gaussian distribution.classStatisticalBase<T extends FeatureInput>Calculates a score based upon the statistical mean and standard deviation.classZScore<T extends FeatureInput>Calculates the Z-score of a value based on the mean and standard deviation. -
Uses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.physical
Subclasses of FeatureUnaryGeneric in org.anchoranalysis.plugin.operator.feature.physicalModifier and TypeClassDescriptionclassConvertUnits<T extends FeatureInput>Converts a feature value from one unit type to another.