Documentation of 'jas2.hist.normalization.SimpleNormalizer' Java class
SimpleNormalizer
jas2.hist.normalization

Class SimpleNormalizer

  • All Implemented Interfaces:
    Normalizer
    Direct Known Subclasses:
    DataSourceNormalizer


    public class SimpleNormalizer
    extends java.util.Observable
    implements Normalizer
    A normalizer that normalizes by a set factor.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SimpleNormalizer(double factor)
      Creates new SimpleNormalizer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getNormalizationFactor()
      The displayed data will be divided by this factor
      void setFactor(double factor) 
      • Methods inherited from class java.util.Observable

        addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleNormalizer

        public SimpleNormalizer(double factor)
        Creates new SimpleNormalizer
    • Method Detail

      • setFactor

        public void setFactor(double factor)
      • getNormalizationFactor

        public double getNormalizationFactor()
        Description copied from interface: Normalizer
        The displayed data will be divided by this factor
        Specified by:
        getNormalizationFactor in interface Normalizer

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.