openModeller  Version 1.5.0
rules_logit.cpp File Reference
#include <openmodeller/Random.hh>
#include <math.h>
#include <string.h>
#include <openmodeller/Log.hh>
#include <openmodeller/Sample.hh>
#include "rules_logit.hh"
#include "regression.hh"
Include dependency graph for rules_logit.cpp:

Go to the source code of this file.

Variables

const double coeficientThreshold = 0.05
 

Detailed Description

Declaration of LogitRule used by GARP

Author
Ricardo Scachetti Pereira (rpere.nosp@m.ira@.nosp@m.ku.ed.nosp@m.u)
Date
2004-04-02
Id:
rules_logit.cpp 2774 2007-03-13 15:24:36Z timlinux

LICENSE INFORMATION

Copyright(c), The Center for Research, University of Kansas, 2385 Irving Hill Road, Lawrence, KS 66044-4755, USA. Copyright(c), David R.B. Stockwell of Symbiotik Pty. Ltd. Copyright(c), CRIA - Centro de Referencia em Informacao Ambiental

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

This is an implementation of the GARP algorithm first developed by David Stockwell

Definition in file rules_logit.cpp.

Variable Documentation

const double coeficientThreshold = 0.05

Definition at line 46 of file rules_logit.cpp.

Referenced by LogitRule::log(), and LogitRule::similar().