mulan.evaluation.measure
Class IsError

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

public class IsError
extends LossBasedRankingMeasureBase

Measure based on the IsError ranking loss function

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

Field Summary
 
Fields inherited from class mulan.evaluation.measure.RankingMeasureBase
count, sum
 
Constructor Summary
IsError()
          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

IsError

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