26 #ifndef __TERRALIB_CLASSIFICATION_INTERNAL_UTILS_H    27 #define __TERRALIB_CLASSIFICATION_INTERNAL_UTILS_H    30 #include "../maptools/DataSetLayer.h"    56 #endif  // __TERRALIB_CLASSIFICATION_INTERNAL_UTILS_H Enumerations related to the Classification module. 
 
Configuration flags for the Terrralib Classification module. 
 
#define TECLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TECLEXPORT double GetEuclideanDistance(std::vector< double > v1, std::vector< double > v2)
Computes euclidean distance between two double vectors.