Enumerator defining different cell feature types (used by opalsCell) More...
Enumerations | |
| enum | Type { unknown = -1, min = 0, max, range, nmin, nmax, mean, median, sum, stdDev, variance, rms, stdDevMAD, minority, majority, pdens, pcount, quantile, entropy, center, rank, posOpenness, negOpenness, pdist, null, Count } |
Detailed Description
Enumerator defining different cell feature types (used by opalsCell)
Enumeration Type Documentation
| enum Type |
- Enumerator:
min lowest
max highest
range difference between highest and lowest
nmin n lowest
nmax n highest
mean mean
median median
sum sum
stdDev standard deviation
variance (sample) variance
rms root mean square
stdDevMAD robust standard deviation estimator computed from the median of absolute deviations from the median
. In literature this robust estimator is often referred to as normalized MAD (NMAD) minority the class with the lowest relative frequency (histogram based)
majority the class with the highest relative frequency (histogram based)
pdens point density
pcount point count
quantile p-quantile (p=0..1)
entropy (shannon) entropy, measure of information content
center select closest to cell center
rank quantile rank [0..100]
posOpenness positive openness
negOpenness negative openness
pdist average linear point distance (see DM::ILinearDistance2D for details)
null respresenting void feature
Count number of available StatFeatures
