Package es.uam.eps.ir.relison.links.recommendation.reranking.normalizer
-
Interface Summary Interface Description Normalizer<I> Interface for normalization. -
Class Summary Class Description MinMaxNormalizer<I> Min-max normalizer.NoNormalizer<I> Normalizer that does not transform the data at all.Normalizers Examples of normalizers.RanksimNormalizer<I> Ranksim normalizer.StatsBasedNormalizer<I> Normalizer based on the data statistics.ZScoreNormalizer<I> Z-Score normalizer.