JargonReliability Class Reference

Contains all methods used to compute the reliability metric for clusters. More...

#include <JargonReliability.h>

List of all members.

Public Member Functions

 JargonReliability (void)
 Constructor.
 ~JargonReliability (void)
 Destructor.

Static Public Member Functions

static void compute_reliability (char *file_list_path, char *language_list_path, int max_height, int max_width, int min_component_size, int scaled_height, int scaled_width, char *reliability_directory_path, char *identifier, int *hamming_lookup)


Detailed Description

Contains all methods used to compute the reliability metric for clusters.

Definition at line 32 of file JargonReliability.h.


Constructor & Destructor Documentation

JargonReliability::JargonReliability ( void   ) 

Constructor.

JargonReliability::~JargonReliability ( void   ) 

Destructor.


Member Function Documentation

static void JargonReliability::compute_reliability ( char *  file_list_path,
char *  language_list_path,
int  max_height,
int  max_width,
int  min_component_size,
int  scaled_height,
int  scaled_width,
char *  reliability_directory_path,
char *  identifier,
int *  hamming_lookup 
) [static]

compute_reliability is the main method used to compute the reliability for clusters formed during the training process /param file_list_path a filename to a file contains a list of images used in training /param language_list_path a filename to a file which contains the list of the output of the training application /param max_height maximum height of connected components used during both the training and reliability processes /param max_width maximum width of connected components used during both the training and reliability processe /param min_component_size minimum component size used during training and reliability computation /param reliability_directory_path directory where output files will be stored /param identifier string used to identify output generated /param hamming_lookup


The documentation for this class was generated from the following file:
Generated on Fri Feb 23 15:32:33 2007 for Jargon by  doxygen 1.5.1