mulan.evaluation.measure
Class RankingLoss

java.lang.Object
  extended by mulan.evaluation.measure.MeasureBase
      extended by mulan.evaluation.measure.RankingMeasureBase
          extended by mulan.evaluation.measure.LossBasedRankingMeasureBase
              extended by mulan.evaluation.measure.RankingLoss
All Implemented Interfaces:
Serializable, Measure

public class RankingLoss
extends LossBasedRankingMeasureBase

Implementation of the ranking loss measure.

Version:
2010.11.23
Author:
Grigorios Tsoumakas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class mulan.evaluation.measure.RankingMeasureBase
count, sum
 
Constructor Summary
RankingLoss()
          Creates an instance of this class based on the corresponding loss function
 
Method Summary
 
Methods inherited from class mulan.evaluation.measure.LossBasedRankingMeasureBase
getIdealValue, getName, updateRanking
 
Methods inherited from class mulan.evaluation.measure.RankingMeasureBase
getValue, reset, updateInternal
 
Methods inherited from class mulan.evaluation.measure.MeasureBase
makeCopy, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RankingLoss

public RankingLoss()
Creates an instance of this class based on the corresponding loss function