MAP (Maximum a Posteriori) strategy for classification. More...
#include "../common/AbstractParameters.h"
#include "../common/MatrixUtils.h"
#include "../common/progress/TaskProgress.h"
#include "Adaptors.h"
#include "Config.h"
#include "Exception.h"
#include <vector>
#include <memory>
#include <boost/numeric/ublas/matrix.hpp>
Go to the source code of this file.
Classes | |
class | te::cl::MAP |
MAP strategy for classification. More... | |
class | te::cl::MAP::ModelParameters |
class | te::cl::MAP::Parameters |
Classifier Parameters. More... | |
Namespaces | |
te | |
TerraLib. | |
te::cl | |
Namespace for classification module of TerraLib. | |
MAP (Maximum a Posteriori) strategy for classification.
Definition in file MAP.h.