openModeller  Version 1.4.0
ExtGarpRule Class Reference
Inheritance diagram for ExtGarpRule:
Collaboration diagram for ExtGarpRule:

List of all members.

Public Member Functions

 ExtGarpRule (int numGenes=0)
 ExtGarpRule (Scalar pred, int numGenes, Sample &ch1, Sample &ch2, double *perf)
GarpRuleobjFactory () const
int getStrength (const Sample &) const
bool applies (const Sample &) const
void setPrediction (Scalar newPrediction)
void setGenes (Scalar *genes, int numGenes)

Detailed Description

Definition at line 35 of file test_rules_base.cpp.


Constructor & Destructor Documentation

ExtGarpRule::ExtGarpRule ( int  numGenes = 0) [inline]

Definition at line 38 of file test_rules_base.cpp.

Referenced by objFactory().

ExtGarpRule::ExtGarpRule ( Scalar  pred,
int  numGenes,
Sample ch1,
Sample ch2,
double *  perf 
) [inline]

Definition at line 40 of file test_rules_base.cpp.


Member Function Documentation

bool ExtGarpRule::applies ( const Sample ) const [inline, virtual]

Implements GarpRule.

Definition at line 46 of file test_rules_base.cpp.

int ExtGarpRule::getStrength ( const Sample ) const [inline, virtual]

Implements GarpRule.

Definition at line 45 of file test_rules_base.cpp.

GarpRule* ExtGarpRule::objFactory ( ) const [inline, virtual]

Implements GarpRule.

Definition at line 44 of file test_rules_base.cpp.

References ExtGarpRule().

Here is the call graph for this function:

void ExtGarpRule::setGenes ( Scalar genes,
int  numGenes 
)

Definition at line 53 of file test_rules_base.cpp.

References GarpRule::_chrom1, GarpRule::_chrom2, GarpRule::_numGenes, and GarpRule::numGenes().

Referenced by TEST().

Here is the call graph for this function:

void ExtGarpRule::setPrediction ( Scalar  newPrediction) [inline]

Reimplemented from GarpRule.

Definition at line 48 of file test_rules_base.cpp.

References GarpRule::_prediction.

Referenced by TEST().


The documentation for this class was generated from the following file: