|
Biorithm
1.1
|
A struct storing detailed information on the cross-validation result for a single gene-function pair. ! More...
#include <reporter.h>
Public Member Functions | |
| DetailedCVResult () | |
| Default constructor. | |
| DetailedCVResult (string g, string f, MyGainAnnotationType cs, MyGainAnnotationType ps, MyNT csConf, MyNT conf, string algo) | |
| string | getGene () const |
| MyGainAnnotationType | getCorrectState () const |
| MyGainAnnotationType | getPredictedState () const |
| MyNT | getPredictionConfidence () const |
| MyGainCVResult | computeResult () const |
Public Attributes | |
| string | function |
| string | gene |
| MyGainAnnotationType | correctState |
| MyGainAnnotationType | predictedState |
| MyNT | correctStateConfidence |
| MyNT | predictionConfidence |
| string | algorithm |
A struct storing detailed information on the cross-validation result for a single gene-function pair. !
1.7.6.1