26#ifndef __TERRALIB_CLASSIFICATION_INTERNAL_UTILS_H
27#define __TERRALIB_CLASSIFICATION_INTERNAL_UTILS_H
A layer with reference to a dataset.
Enumerations related to the Classification module.
Namespace for classification module of TerraLib.
TECLEXPORT double GetEuclideanDistance(std::vector< double > v1, std::vector< double > v2)
Computes euclidean distance between two double vectors.
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.