libeblearn
ebl::binarize_module< T, Tstate > Class Template Reference

#include <ebl_basic.h>

Inheritance diagram for ebl::binarize_module< T, Tstate >:
ebl::module_1_1< T, Tstate > ebl::module

List of all members.

Public Member Functions

 binarize_module (T threshold, T false_value, T true_value)
 constructor.
virtual ~binarize_module ()
 destructor
virtual void fprop (Tstate &in, Tstate &out)
 forward propagation from in to out

Protected Attributes

threshold
false_value
true_value

Detailed Description

template<typename T, class Tstate = bbstate_idx<T>>
class ebl::binarize_module< T, Tstate >

This modules transforms its inputs to binary outputs based on a given threshold.


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