Biorithm  1.1
Public Member Functions | Public Attributes
DetailedCVResult Struct Reference

A struct storing detailed information on the cross-validation result for a single gene-function pair. ! More...

#include <reporter.h>

List of all members.

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

Detailed Description

A struct storing detailed information on the cross-validation result for a single gene-function pair. !


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Friends