#include <example.h>
Inheritance diagram for map_input:
Public Member Functions | |
map_input () | |
map_input (string) | |
map_input (double f1, const map_input &i1, double f2, const map_input &i2) | |
~map_input () | |
void | add_feature (const iFeature &f) |
void | add_feature (int l, double v=1.0) |
void | parse_string (string) |
double | feature_value (int label) const |
int | size () const |
int | dimension () const |
double | inner_product (map_input *) const |
const_iterator | begin () const |
const_iterator | end () const |
void | print (ostream &o) const |
void | write (ostream &o) const |
Static Public Member Functions | |
static void | set_consider_value (bool) |
static void | set_label_value_separator (char) |
Private Attributes | |
map< int, iFeature > | mf |
int | _dimension |
Static Private Attributes | |
static bool | consider_value |
static char | label_value_separator |
Classes | |
class | const_iterator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in example. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|