Package rocca
Class RoccaContourStats
java.lang.Object
rocca.RoccaContourStats
An EnumMap linking the parameter names to the values measured/calculated from
the contour. Parameter names are stored in a static Enum so that they can
be accessed by other classes easily, without needing to instantiate a
RoccaContourStats object.
If new statistics are to be added, the names must first be added to the ParamIndx enum. After that, the calculation must be added to RoccaContourDataBlock and the parameter must be added to RoccaStatsLogger.
- Author:
- Michael Oswald
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum class with the names of the contour parameters -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRCS()
void
initialize
(EnumMap<RoccaContourStats.ParamIndx, Double> contour) Initialize all parameters in the map except FREQMIN to 0.0; set FREQMIN to 100000.0.
-
Constructor Details
-
RoccaContourStats
public RoccaContourStats()Main Constructor
-
-
Method Details
-
initialize
Initialize all parameters in the map except FREQMIN to 0.0; set FREQMIN to 100000.0. Also save the key names into an arrayList to make it easier to search when comparing to the classifier's required attributes. -
getContour
-
getKeyNames
-
getRCS
-