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

An abstract class for a module with one inputs and one energy output. More...

#include <ebl_arch.h>

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

List of all members.

Public Member Functions

 ebm_1 (const char *name="ebm_1")
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)
virtual void normalize ()

Detailed Description

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

An abstract class for a module with one inputs and one energy output.


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