openModeller  Version 1.4.0
Regression Class Reference

#include <regression.hh>

Collaboration diagram for Regression:

List of all members.

Public Member Functions

 Regression ()
void calculateParameters (const OccurrencesPtr &occs)
const Sample getA () const
const Sample getB () const
const Sample getC () const

Private Attributes

int _dimensions
int _resamples
Sample _paramA
Sample _paramB
Sample _paramC

Detailed Description

Definition at line 41 of file regression.hh.


Constructor & Destructor Documentation

Definition at line 41 of file regression.cpp.


Member Function Documentation

Definition at line 50 of file regression.cpp.

References _dimensions, _paramA, _paramB, _paramC, _resamples, Sample::begin(), and Sample::end().

Referenced by Garp::initialize(), and TEST().

Here is the call graph for this function:

const Sample Regression::getA ( ) const [inline]

Definition at line 48 of file regression.hh.

References _paramA.

Referenced by TEST().

const Sample Regression::getB ( ) const [inline]

Definition at line 49 of file regression.hh.

References _paramB.

Referenced by LogitRule::initialize(), and TEST().

const Sample Regression::getC ( ) const [inline]

Definition at line 50 of file regression.hh.

References _paramC.

Referenced by LogitRule::initialize(), and TEST().


Member Data Documentation

int Regression::_dimensions [private]

Definition at line 53 of file regression.hh.

Referenced by calculateParameters().

Definition at line 55 of file regression.hh.

Referenced by calculateParameters(), and getA().

Definition at line 56 of file regression.hh.

Referenced by calculateParameters(), and getB().

Definition at line 57 of file regression.hh.

Referenced by calculateParameters(), and getC().

int Regression::_resamples [private]

Definition at line 54 of file regression.hh.

Referenced by calculateParameters().


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