|
X-Boost
2.3.8
|
#include <WeightedPatternResponse.h>
Public Member Functions | |
| int | getClass () const |
| return current class identifier (see above) | |
| double | getWeight () const |
| return the weight associated to this class | |
| float | GetWeightedCategory () const |
| return weighted category | |
| bool | operator< (const BinaryWeightedPatternResponse< ResponseType > &c) const |
| operator used for sorting | |
Public Attributes | |
| double | d |
| Weight associated to this pattern with sign ( >0 = pos +1, <0 = neg -1) | |
| ResponseType | value |
| feature response associated with this pattern | |
data request by some trainer associated to any training pattern in cache, for fast element evaluation
1.8.7