|
libeblearn
|
#include <ebl_basic.h>
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 | |
| T | threshold |
| T | false_value |
| T | true_value |
This modules transforms its inputs to binary outputs based on a given threshold.