FreeLing  4.0
Public Member Functions | Protected Attributes | Friends
freeling::category Class Reference

Class category is an auxiliar class to store information about the example belonging to a category. More...

#include <example.h>

List of all members.

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

Detailed Description

Class category is an auxiliar class to store information about the example belonging to a category.


Constructor & Destructor Documentation

freeling::category::category ( bool  ,
double  ,
double   
)

constructor

copy constructor


Friends And Related Function Documentation

friend class example [friend]

Member Data Documentation

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


The documentation for this class was generated from the following file: