|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Normalizer | |
---|---|
jas.hist | |
jas.hist.normalization | Handles normalization of data. |
Uses of Normalizer in jas.hist |
---|
Methods in jas.hist that return Normalizer | |
---|---|
Normalizer |
JASHistData.getNormalization()
|
Methods in jas.hist with parameters of type Normalizer | |
---|---|
void |
JASHistData.setNormalization(Normalizer factor)
Set the normalization for this dataset. |
Uses of Normalizer in jas.hist.normalization |
---|
Classes in jas.hist.normalization that implement Normalizer | |
---|---|
class |
AreaNormalizer
Calculates a normalization factor based on the area under a data set. |
class |
BinNormalizer
Calculates a normalization factor base on a specific bin. |
class |
DataSourceNormalizer
A base class for Normalizers which depend upon a DataSource |
class |
EntriesNormalizer
Calculates a normalization factor based on the number of entries in the data source. |
class |
MaxBinNormalizer
Calculates a normalization factor based on the bin with the largest value. |
class |
RelativeNormalizer
A normalizar that normalizes by the ratio of two other normalizers |
class |
SimpleNormalizer
A normalizer that normalizes by a set factor. |
class |
StatisticsNormalizer
A normalizer that calculates a normalization factor based on a specific statistics entry |
Methods in jas.hist.normalization with parameters of type Normalizer | |
---|---|
jas.hist.normalization.NormalizationFactory |
NormalizationRegistry.findFactory(Normalizer norm)
Find the factory that created a specific normalizer |
Constructors in jas.hist.normalization with parameters of type Normalizer | |
---|---|
RelativeNormalizer(Normalizer numerator,
Normalizer denominator)
Creates new RelativeNormalizer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |