RatioRating Struct Reference

structure to store the rating of an ratio test: More...

Inheritance diagram for RatioRating:

RatingBase List of all members.

Public Member Functions

double rate (double value) const
 RatioRating ()

Public Attributes

double threshold
double factor

Detailed Description

structure to store the rating of an ratio test:

resultscore = (value >= threshold) ? score + value * factor : 0;


Constructor & Destructor Documentation

RatioRating::RatioRating (  ) 


Member Function Documentation

double RatioRating::rate ( double  value  )  const


Member Data Documentation

double RatioRating::threshold

double RatioRating::factor


The documentation for this struct was generated from the following file:
Generated on Mon Apr 2 00:02:38 2007 for fullquottel by  doxygen 1.5.1