jas.hist.normalization
Interface Normalizer

All Known Implementing Classes:
RelativeNormalizer, SimpleNormalizer

public interface Normalizer

A normalizer allows a dataset to be normalized by an arbitrary factor.

See Also:
JASHistData.setNormalization(Normalizer)

Method Summary
 double getNormalizationFactor()
          The displayed data will be divided by this factor
 

Method Detail

getNormalizationFactor

public double getNormalizationFactor()
The displayed data will be divided by this factor