AdaCost Struct Template Reference

#include <cost.h>

Inheritance diagram for AdaCost:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~AdaCost ()
virtual _Num cost (const _Num &F, const _Num &y) const
_Num operator() (const _Num &F, const _Num &y) const
virtual _Num deriv1 (const _Num &F, const _Num &y) const

Detailed Description

template<typename _Num>
struct lemga::cost::AdaCost< _Num >

Definition at line 18 of file cost.h.


Constructor & Destructor Documentation

virtual ~AdaCost  )  [inline, virtual]
 

Definition at line 19 of file cost.h.


Member Function Documentation

virtual _Num cost const _Num &  F,
const _Num &  y
const [inline, virtual]
 

Reimplemented in logistic, and sigmoid.

Definition at line 20 of file cost.h.

Referenced by MgnCost::cost(), and AdaCost< REAL >::operator()().

virtual _Num deriv1 const _Num &  F,
const _Num &  y
const [inline, virtual]
 

Reimplemented in logistic, and sigmoid.

Definition at line 27 of file cost.h.

Referenced by MgnCost::deriv1().

_Num operator() const _Num &  F,
const _Num &  y
const [inline]
 

Definition at line 24 of file cost.h.


The documentation for this struct was generated from the following file:
Generated on Wed Nov 8 08:17:26 2006 for LEMGA by  doxygen 1.4.6