|
FreeLing
4.0
|
Class category is an auxiliar class to store information about the example belonging to a category. More...
#include <example.h>
Public Member Functions | |
| category (bool, double, double) | |
| constructor | |
| category (const category &) | |
| copy constructor | |
Protected Attributes | |
| bool | belongs |
| whether the example belongs to the category | |
| double | weight |
| weight of the example for the category | |
| double | prediction |
| prediction of the example for the category | |
Friends | |
| class | example |
Class category is an auxiliar class to store information about the example belonging to a category.
| freeling::category::category | ( | bool | , |
| double | , | ||
| double | |||
| ) |
constructor
| freeling::category::category | ( | const category & | ) |
copy constructor
friend class example [friend] |
bool freeling::category::belongs [protected] |
whether the example belongs to the category
double freeling::category::prediction [protected] |
prediction of the example for the category
double freeling::category::weight [protected] |
weight of the example for the category
1.7.6.1