#ifndef _score_h_
#define _score_h_

float scoreInfoGain( void * );
void calcBaseLift();
float scoreLift( void * );
void calcBaseProbSupt();
float scoreProbSupt( void * );
void calcEffEst();
float scoreEffEst( void * );

#endif
