de.fu_berlin.ties.eval
Interface AccuracyView

All Superinterfaces:
Storable
All Known Implementing Classes:
Accuracy

public interface AccuracyView
extends Storable

Provides a read-only view on Accuracy statistics and the underlying raw counts.

Version:
$Revision: 1.4 $, $Date: 2006/10/21 16:04:11 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 double getAccuracy()
          Calculates and returns the accuracy: A = true / (true + false).
 long getFalseCount()
          Returns the number of false decisions.
 long getTrueCount()
          Returns the number of true decisions.
 
Methods inherited from interface de.fu_berlin.ties.io.Storable
storeFields
 

Method Detail

getAccuracy

double getAccuracy()
Calculates and returns the accuracy: A = true / (true + false).

Returns:
the accuracy

getFalseCount

long getFalseCount()
Returns the number of false decisions.

Returns:
the number of false decisions

getTrueCount

long getTrueCount()
Returns the number of true decisions.

Returns:
the number of true decisions


Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.