w2img::SkillScore Class Reference

List of all members.

Detailed Description

Provides means of computing skill score from contingency matrix.

Author:
lakshman
Version:
Id
w2img_SkillScore.h,v 1.2 2009/06/02 20:17:58 lakshman Exp


Public Member Functions

 SkillScore (int h, int m, int f, int t)
 hit, miss, false alarms, total
 SkillScore ()
void update (bool observed, bool detected)
 update contingency matrix with single point
void update (const SkillScore &a)
 update with set of points
double csi () const
double pod () const
double rfa () const
double heidke () const
int hits () const
int falseAlarms () const
int nulls () const
int misses () const
std::string toString () const


Constructor & Destructor Documentation

w2img::SkillScore::SkillScore ( int  h,
int  m,
int  f,
int  t 
) [inline]

hit, miss, false alarms, total

w2img::SkillScore::SkillScore (  )  [inline]


Member Function Documentation

double w2img::SkillScore::csi (  )  const

int w2img::SkillScore::falseAlarms (  )  const [inline]

double w2img::SkillScore::heidke (  )  const

int w2img::SkillScore::hits (  )  const [inline]

int w2img::SkillScore::misses (  )  const [inline]

int w2img::SkillScore::nulls (  )  const [inline]

double w2img::SkillScore::pod (  )  const

double w2img::SkillScore::rfa (  )  const

std::string w2img::SkillScore::toString (  )  const

void w2img::SkillScore::update ( const SkillScore a  ) 

update with set of points

void w2img::SkillScore::update ( bool  observed,
bool  detected 
)

update contingency matrix with single point


Generated on Fri May 4 13:40:24 2012 for WDSS-IIw2algs by  doxygen 1.4.7