libeblearn
ebl::fc_ebm1< T, Tin, Thid, Ten > Class Template Reference

#include <ebl_arch.h>

Inheritance diagram for ebl::fc_ebm1< T, Tin, Thid, Ten >:
ebl::ebm_1< T, Tin, Ten > ebl::module

List of all members.

Public Member Functions

 fc_ebm1 (module_1_1< T, Tin, Thid > &fm, Thid &fo, ebm_1< T, Thid, Ten > &fc)
virtual void fprop (Tin &in, Ten &energy)
virtual void bprop (Tin &in, Ten &energy)
virtual void bbprop (Tin &in, Ten &energy)
virtual void forget (forget_param &fp)

Public Attributes

module_1_1< T, Tin, Thid > & fmod
Thid & fout
ebm_1< T, Thid, Ten > & fcost

Detailed Description

template<typename T, class Tin = bbstate_idx<T>, class Thid = Tin, class Ten = Tin>
class ebl::fc_ebm1< T, Tin, Thid, Ten >

standard 1 input EBM with one module-1-1, and one ebm-1 on top. fc stands for "function+cost".


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