mulan.evaluation.measure
Class ErrorSetSize

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.ErrorSetSize
All Implemented Interfaces:
Serializable, Measure

public class ErrorSetSize
extends LossBasedRankingMeasureBase

Measure based on the ErrorSetSize ranking loss function

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

Field Summary
 
Fields inherited from class mulan.evaluation.measure.RankingMeasureBase
count, sum
 
Constructor Summary
ErrorSetSize()
          Creates an instance of this object 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

ErrorSetSize

public ErrorSetSize()
Creates an instance of this object based on the corresponding loss function