latest version v1.9 - last update 10 Apr 2010 |
Information about a feature point. More...
#include <ltiKNNClassifier.h>
Public Member Functions | |
pointInfo () | |
Public Attributes | |
const dvector * | point |
int | classId |
int | pointId |
double | distance |
Information about a feature point.
If you classify a point in the feature space and you are interested in all available information about this point, this structure type will be used.
lti::kNNClassifier::pointInfo::pointInfo | ( | ) |
Default constructor.
Initializes all members with invalid values (negative Ids and null pointers)
Class ID for the point.
Distance to the test point.
Constant reference to the feature point.
ID for the point itself.