|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.MiToBo.features.statistical.FeatureCalculatorIntensityStatsResult
@ALDParametrizedClass public class FeatureCalculatorIntensityStatsResult
Class representing the result of statistical feature calculations.
Constructor Summary | |
---|---|
FeatureCalculatorIntensityStatsResult(ImageStatistics.StatValue mod,
double value)
Default constructor. |
Method Summary | |
---|---|
int |
getDimensionality()
Returns the dimension of the result object. |
double |
getNumericalValue(int dim)
Returns a numerical value representing the requested result component. |
String |
getOpIdentifier()
Method returns an identifier characterizing the operator. |
Object |
getResult()
Returns the result data object of the calculator. |
String |
getResultIdentifier(int dim)
Method returns an identifier characterizing the related component of the result. |
String |
getTableEntry(int dim)
Returns entry in requested field as string representation. |
boolean |
isConvertableToNumericalData()
Indicates if result data can be 'condensed' to numerical values, e.g., for visualization purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureCalculatorIntensityStatsResult(ImageStatistics.StatValue mod, double value)
value
- Statistical measure calculated.Method Detail |
---|
public String getTableEntry(int dim)
FeatureCalculatorResult
getTableEntry
in interface FeatureCalculatorResult
dim
- Index of the desired component of the result.
public Object getResult()
FeatureCalculatorResult
getResult
in interface FeatureCalculatorResult
public String getOpIdentifier()
FeatureCalculatorResult
The string is for example included in the headers of result tables.
getOpIdentifier
in interface FeatureCalculatorResult
public boolean isConvertableToNumericalData()
FeatureCalculatorResult
If this method returns true it is expected that for each component of
the result the method FeatureCalculatorResult.getNumericalValue(int)
returns a
proper numerical value.
isConvertableToNumericalData
in interface FeatureCalculatorResult
public double getNumericalValue(int dim)
FeatureCalculatorResult
This method is linked to FeatureCalculatorResult.isConvertableToNumericalData()
, i.e.
is only expected to return proper results if that function returns true.
getNumericalValue
in interface FeatureCalculatorResult
dim
- Index of the desired component of the result.
public int getDimensionality()
FeatureCalculatorResult
If a single object or value is calculated the dimension should be one. In case of, e.g., arrays containing multiple values the length of the array should be returned.
getDimensionality
in interface FeatureCalculatorResult
public String getResultIdentifier(int dim)
FeatureCalculatorResult
getResultIdentifier
in interface FeatureCalculatorResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |