Class NormalizedRange<T extends FeatureInput>
Object
AnchorBean<Feature<T>>
- Type Parameters:
 T- feature input-type
The range of two feature values (i.e. max - min), divided by their mean.
- Author:
 - Owen Feehan
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublecalculate(FeatureCalculationInput<T> input) Calculates a value for some input.A long human-readable description of the feature and some or all of its parameterization.Methods inherited from class org.anchoranalysis.feature.bean.operator.FeatureBinary
getItem1, getItem2, inputType, setItem1, setItem2Methods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toStringMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise 
- 
Constructor Details
- 
NormalizedRange
public NormalizedRange() 
 - 
 - 
Method Details
- 
calculate
Description copied from class:FeatureCalculates a value for some input.- Specified by:
 calculatein classFeature<T extends FeatureInput>- Parameters:
 input- the input to the calculation.- Returns:
 - the result of the calculation.
 - Throws:
 FeatureCalculationException- if the calculation cannot successfully complete.
 - 
descriptionLong
Description copied from class:FeatureA long human-readable description of the feature and some or all of its parameterization.This can be overwritten to create an alternative description for features. By default string returned by
Feature.describeBean()is used.- Overrides:
 descriptionLongin classFeature<T extends FeatureInput>- Returns:
 - the description.
 
 
 -