COOPY » Guide
version 0.6.5
|
#include <DataColumn.h>
Public Member Functions | |
void | evaluate (const char *txt, bool forward=true) |
float | compare (const std::string &txt, bool forward, int x) |
float | confidence () |
void | clear () |
void | show () |
bool | couldBeInteger () |
Data Fields | |
Vote | web |
Vote | |
Vote | text |
Vote | number |
Vote | type_integer |
Vote | nully |
Vote | cappy |
Vote | lowy |
Definition at line 52 of file DataColumn.h.
void coopy::cmp::Nature::clear | ( | ) | [inline] |
Definition at line 73 of file DataColumn.h.
References cappy, coopy::cmp::Vote::clear(), email, lowy, nully, number, text, type_integer, and web.
float Nature::compare | ( | const std::string & | txt, |
bool | forward, | ||
int | x | ||
) |
Definition at line 156 of file DataColumn.cpp.
References cappy, email, evaluate(), lowy, nully(), nully, number, coopy::cmp::Vote::result(), text, and web.
Referenced by coopy::cmp::DataStat::evaluate2().
float Nature::confidence | ( | ) |
Definition at line 170 of file DataColumn.cpp.
bool coopy::cmp::Nature::couldBeInteger | ( | ) | [inline] |
Definition at line 86 of file DataColumn.h.
References coopy::cmp::Vote::no, type_integer, and coopy::cmp::Vote::yes.
Referenced by coopy::cmp::DataStat::evaluate2().
void Nature::evaluate | ( | const char * | txt, |
bool | forward = true |
||
) |
void Nature::show | ( | ) |
Definition at line 145 of file DataColumn.cpp.
References nully().
Definition at line 60 of file DataColumn.h.
Definition at line 55 of file DataColumn.h.
Definition at line 61 of file DataColumn.h.
Definition at line 59 of file DataColumn.h.
Definition at line 57 of file DataColumn.h.
Definition at line 56 of file DataColumn.h.
Definition at line 58 of file DataColumn.h.
Referenced by clear(), and couldBeInteger().
Definition at line 54 of file DataColumn.h.