#include <example.h>
Inheritance diagram for mlOutput:
Public Member Functions | |
mlOutput () | |
mlOutput (string) | |
~mlOutput () | |
void | set_label (int l, bool b) |
bool | belongs_to (int l) const |
int | sign (int l) const |
void | set_weight (int l, double w) |
double | weight (int l) const |
void | set_prediction (int l, double pr) |
double | prediction (int l) |
Static Public Member Functions | |
static void | set_separator (char) |
static void | set_nlabels (int) |
static int | nlabels () |
Static Protected Attributes | |
static int | _nlabels |
Private Member Functions | |
void | parse_string (string) |
Private Attributes | |
label * | ml |
Static Private Attributes | |
static char | _separator |
Classes | |
struct | label |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|