A maximum likelihood estimation strategy for classification (a.k.a. MaxVer in portuguese). 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::MaxLikelihood |
A maximum likelihood estimation strategy for classification (a.k.a. MaxVer in portuguese). More... | |
class | te::cl::MaxLikelihood::Parameters |
Classifier Parameters. More... | |
Namespaces | |
te | |
TerraLib. | |
te::cl | |
Namespace for classification module of TerraLib. | |
A maximum likelihood estimation strategy for classification (a.k.a. MaxVer in portuguese).
Definition in file MaxLikelihood.h.