mulan.evaluation.measure
Class OneError

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

public class OneError
extends LossBasedRankingMeasureBase

Measure based on the one error loss function

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

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

OneError

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