openModeller  Version 1.5.0
garp_best_subsets.cpp File Reference
#include "garp_best_subsets.hh"
#include "garp.hh"
#include <openmodeller/om.hh>
#include <openmodeller/Random.hh>
#include <openmodeller/Sampler.hh>
#include <openmodeller/ScaleNormalizer.hh>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <unistd.h>
Include dependency graph for garp_best_subsets.cpp:

Go to the source code of this file.

Macros

#define SLEEP(secs)   sleep(secs);
 
#define NUM_PARAM   11
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 

Variables

AlgParamMetadata parameters_bs [NUM_PARAM]
 
AlgMetadata metadata_bs
 

Macro Definition Documentation

#define NUM_PARAM   11

Definition at line 50 of file garp_best_subsets.cpp.

#define SLEEP (   secs)    sleep(secs);

Declaration of GARP with Best Subsets Procedure

Author
Ricardo Scachetti Pereira (ricardo [at] tdwg . org)
Date
2004-08-25
Id:
garp_best_subsets.cpp 4688 2008-12-05 14:02:24Z rdg

LICENSE INFORMATION

Copyright(c), The Center for Research, University of Kansas, 2385 Irving Hill Road, Lawrence, KS 66044-4755, USA.

http://www.nhm.ku.edu

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details:

http://www.gnu.org/copyleft/gpl.html

Definition at line 47 of file garp_best_subsets.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 317 of file garp_best_subsets.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 324 of file garp_best_subsets.cpp.

References metadata_bs.

Variable Documentation

AlgMetadata metadata_bs

Definition at line 261 of file garp_best_subsets.cpp.

Referenced by algorithmMetadata().

AlgParamMetadata parameters_bs[NUM_PARAM]

Definition at line 55 of file garp_best_subsets.cpp.