Class Raw


public class Raw extends AbstractNormalization
Author:
tim
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • clone

      public AbstractNormalization clone()
      Specified by:
      clone in class AbstractNormalization
    • importFromXML

      public void importFromXML(org.jdom2.Element _element)
      Imports the data from a specified element
      Specified by:
      importFromXML in class AbstractNormalization
      Parameters:
      _element -
    • exportToXML

      public org.jdom2.Element exportToXML()
      Exports the data to a XML node.
      Specified by:
      exportToXML in class AbstractNormalization
      Returns:
      the element
    • normalize

      public double normalize(Criterion _criterion, double _value)
      Description copied from class: AbstractNormalization
      Normalize a single values according to the values contained in the passed criterion.
      Specified by:
      normalize in class AbstractNormalization
      Parameters:
      _criterion - the criterion which is referred to for normalisation
      _value - the value to be normalised
      Returns:
      the normalised value according to the the values of the criterion
    • getDomainRange

      public double[] getDomainRange(Criterion _criterion)
      Description copied from class: AbstractNormalization
      Get the actual range of the domain to which the values are normalised. This is sometimes explicitly set and sometimes computed from the criteria values themselves.
      Specified by:
      getDomainRange in class AbstractNormalization
      Parameters:
      _criterion - the criterion for which the domain range is requested
      Returns:
      an array containing the lower and upper bound of the domain