Class IntegerRankTieNormalization

  • All Implemented Interfaces:
    ObjectFilter

    public class IntegerRankTieNormalization
    extends java.lang.Object
    implements ObjectFilter
    Normalize vectors according to their rank in the attributes.

    Note: ranks are multiplied by 2, to be able to give ties an integer rank. (e.g., when the first two records are tied, they both have rank "1" then, followed by the next on "4")

    Since:
    0.5.0
    Author:
    Erich Schubert
    • Constructor Detail

      • IntegerRankTieNormalization

        public IntegerRankTieNormalization()
        Constructor.