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

Go to the source code of this file.

Macros

#define NUM_PARAM   8
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 

Variables

AlgParamMetadata parameters_bs [NUM_PARAM]
 
AlgMetadata metadata_bs
 

Detailed Description

Generic Best Subsets Procedure - template

Author
Ricardo Scachetti Pereira (rpere.nosp@m.ira@.nosp@m.ku.ed.nosp@m.u)
Date
2004-08-25
Id:
GenericBestSubsets.cpp 1153 2005-08-31 18:23:17Z 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 in file GenericBestSubsets.cpp.

Macro Definition Documentation

#define NUM_PARAM   8

Definition at line 40 of file GenericBestSubsets.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 224 of file GenericBestSubsets.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 231 of file GenericBestSubsets.cpp.

References metadata_bs.

Variable Documentation

AlgMetadata metadata_bs
Initial value:
= {
"BestSubsets",
"Generic Best Subsets",
"3.0.1 alpha",
"",
"",
"",
"",
"Ricardo Scachetti Pereira",
"rpereira [at] ku.edu",
0,
1,
}
#define NUM_PARAM
AlgParamMetadata parameters_bs[NUM_PARAM]

Definition at line 190 of file GenericBestSubsets.cpp.

Referenced by algorithmMetadata().

AlgParamMetadata parameters_bs[NUM_PARAM]

Definition at line 45 of file GenericBestSubsets.cpp.