openModeller  Version 1.5.0
garp.cpp File Reference
#include "garp.hh"
#include "rules_base.hh"
#include "rules_range.hh"
#include "rules_negrange.hh"
#include "rules_logit.hh"
#include "ruleset.hh"
#include "bioclim_histogram.hh"
#include "regression.hh"
#include <openmodeller/Configuration.hh>
#include <openmodeller/Random.hh>
#include <openmodeller/Exceptions.hh>
#include <openmodeller/ScaleNormalizer.hh>
#include <string>
Include dependency graph for garp.cpp:

Go to the source code of this file.

Macros

#define NUM_PARAM   4
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 
void printPerfs (char *msg, int index, GarpRuleSet *ruleset)
 

Variables

AlgParamMetadata parameters [NUM_PARAM]
 
AlgMetadata metadata
 
const PerfIndex defaultPerfIndex = PerfSig
 

Macro Definition Documentation

#define NUM_PARAM   4

Definition at line 50 of file garp.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 209 of file garp.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 216 of file garp.cpp.

References metadata.

void printPerfs ( char *  msg,
int  index,
GarpRuleSet ruleset 
)

Definition at line 832 of file garp.cpp.

References GarpRuleSet::get(), GarpRule::getPerformance(), and GarpRuleSet::numRules().

Here is the call graph for this function:

Variable Documentation

const PerfIndex defaultPerfIndex = PerfSig

Definition at line 226 of file garp.cpp.

Referenced by Garp::iterate(), and Garp::select().

Definition at line 55 of file garp.cpp.