Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.metrics.ZeroOneLoss Class Reference
Inheritance diagram for joshua.metrics.ZeroOneLoss:
[legend]
Collaboration diagram for joshua.metrics.ZeroOneLoss:
[legend]

List of all members.

Public Member Functions

 ZeroOneLoss ()
 ZeroOneLoss (String[] ZOL_options)
double bestPossibleScore ()
double worstPossibleScore ()
int[] suffStats (String cand_str, int i)
double score (int[] stats)
void printDetailedScore_fromStats (int[] stats, boolean oneLiner)

Protected Member Functions

void initialize ()

Constructor & Destructor Documentation

Here is the call graph for this function:

joshua.metrics.ZeroOneLoss.ZeroOneLoss ( String[]  ZOL_options)

Member Function Documentation

void joshua.metrics.ZeroOneLoss.initialize ( ) [protected, virtual]

Implements joshua.metrics.EvaluationMetric.

Here is the caller graph for this function:

void joshua.metrics.ZeroOneLoss.printDetailedScore_fromStats ( int[]  stats,
boolean  oneLiner 
) [virtual]
double joshua.metrics.ZeroOneLoss.score ( int[]  stats) [virtual]
int [] joshua.metrics.ZeroOneLoss.suffStats ( String  cand_str,
int  i 
) [virtual]