mulan.evaluation.measure
Class LossBasedBipartitionMeasureBase

java.lang.Object
  extended by mulan.evaluation.measure.MeasureBase
      extended by mulan.evaluation.measure.BipartitionMeasureBase
          extended by mulan.evaluation.measure.ExampleBasedBipartitionMeasureBase
              extended by mulan.evaluation.measure.LossBasedBipartitionMeasureBase
All Implemented Interfaces:
Serializable, Measure
Direct Known Subclasses:
HammingLoss, HierarchicalLoss

public abstract class LossBasedBipartitionMeasureBase
extends ExampleBasedBipartitionMeasureBase

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

Field Summary
 
Fields inherited from class mulan.evaluation.measure.ExampleBasedBipartitionMeasureBase
count, sum
 
Constructor Summary
LossBasedBipartitionMeasureBase(BipartitionLossFunction aLoss)
          Creates a loss-based bipartition measure
 
Method Summary
 double getIdealValue()
          Gets an 'ideal' value of a measure.
 String getName()
          Gets the name of a measure.
 void updateBipartition(boolean[] bipartition, boolean[] truth)
          Updates the measure based on an example
 
Methods inherited from class mulan.evaluation.measure.ExampleBasedBipartitionMeasureBase
getValue, reset
 
Methods inherited from class mulan.evaluation.measure.BipartitionMeasureBase
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

LossBasedBipartitionMeasureBase

public LossBasedBipartitionMeasureBase(BipartitionLossFunction aLoss)
Creates a loss-based bipartition measure

Parameters:
aLoss - a bipartition loss function
Method Detail

updateBipartition

public void updateBipartition(boolean[] bipartition,
                              boolean[] truth)
Description copied from class: BipartitionMeasureBase
Updates the measure based on an example

Specified by:
updateBipartition in class BipartitionMeasureBase
Parameters:
bipartition - the predicted bipartition
truth - the ground truth

getName

public String getName()
Description copied from interface: Measure
Gets the name of a measure.

Returns:
the name of a measure.

getIdealValue

public double getIdealValue()
Description copied from interface: Measure
Gets an 'ideal' value of a measure. The 'ideal' means, that the value represents the best achievable performance of a learner for an prediction of a multi-label task and associated true labels.

Returns:
the ideal value