libeblearn
|
#include <ebl_logger.h>
Public Member Functions | |
class_state (ubyte n) | |
void | resize (ubyte n) |
Public Attributes | |
ubyte | output_class |
float | confidence |
idx< ubyte > * | sorted_classes |
idx< float > * | sorted_scores |
a special kind of state used to store the output of a classifier. class-state are generated by modules such as class-max, and used by meters such as classifier-meter. No backprop is possible through a class-state.